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
Syntaxpublic static AttributeType GetAttributeType(
string attributeName
)
Public Shared Function GetAttributeType (
attributeName As String
) As AttributeType
public:
static AttributeType GetAttributeType(
String^ attributeName
)
Parameters
- attributeName
- Type: SystemString
The attribute name
Return Value
Type:
AttributeTypeAn
AttributeType value
See Also