ResourceType Constructor (String)
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
'Usage
Dim objectType As String
Dim instance As New ResourceType(objectType)
Syntax
'Declaration
Public Sub New ( _
objectType As String _
)
public ResourceType (
string objectType
)
public:
ResourceType (
String^ objectType
)
public ResourceType (
String objectType
)
public function ResourceType (
objectType : String
)
Parameters
- objectType
Represents the resource type in the FIM Service database that the ResourceType object represents.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
ResourceType Class
ResourceType Members
Microsoft.ResourceManagement.WebServices.WSResourceManagement Namespace
ResourceType