Click or drag to resize

ResourceManagementSchemaContainsObjectType Method

Gets a value indicating if the object type exists in the schema

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

Parameters

name
Type: SystemString
The system name of the object type

Return Value

Type: Boolean
True if the object type exists in the schema, false if it does not
See Also