Click or drag to resize

ResourceManagementSchemaValidateAttributeName Method

Validates that an attribute name contains only valid characters

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

Parameters

attributeName
Type: SystemString
The name of the attribute to validate
See Also