Click or drag to resize

ResourceManagementSchemaGetObjectType Method

Gets an object type definition from the schema by name

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static ObjectTypeDefinition GetObjectType(
	string name
)

Parameters

name
Type: SystemString
The system name of the object type

Return Value

Type: ObjectTypeDefinition
A ObjectTypeDefinition with a system name that matches the 'name' parameter
Exceptions
ExceptionCondition
NoSuchObjectTypeExceptionThrow when an object type could not be found in the schema with a matching name
See Also