Initializes a new instance of the ResourceType class with the specified object type.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim objectType As String

Dim instance As New ResourceType(objectType)

Syntax

Visual Basic
Public Sub New ( _
		objectType As String _
)
C#
public ResourceType (
		string objectType
)
C++
public:
ResourceType (
		String^ objectType
)
J#
public ResourceType (
		String objectType
)
JScript
public function ResourceType (
		objectType : String
)

Parameters

objectType

Represents the resource type in the FIM Service database that the ResourceType object represents.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also