This API is currently not supported.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim objectType As String
Dim returnValue As ResourceType

returnValue = ResourceType.Create(objectType)

Syntax

Visual Basic
Public Shared Function Create ( _
		objectType As String _
) As ResourceType
C#
public static ResourceType Create (
		string objectType
)
C++
public:
static ResourceType^ Create (
		String^ objectType
)
J#
public static ResourceType Create (
		String objectType
)
JScript
public static function Create (
		objectType : String
) : ResourceType

Parameters

objectType

Return Value

Returns a ResourceType object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also