Click or drag to resize

ResourceManagementSchemaGetAttributeType Method

Gets the data type of the specific attribute

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static AttributeType GetAttributeType(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The attribute name

Return Value

Type: AttributeType
An AttributeType value
See Also