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
Syntaxpublic static bool ContainsObjectType(
string name
)
Public Shared Function ContainsObjectType (
name As String
) As Boolean
public:
static bool ContainsObjectType(
String^ name
)
Parameters
- name
- Type: SystemString
The system name of the object type
Return Value
Type:
BooleanTrue if the object type exists in the schema, false if it does not
See Also