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
Syntaxpublic static void ValidateAttributeName(
string attributeName
)
Public Shared Sub ValidateAttributeName (
attributeName As String
)
public:
static void ValidateAttributeName(
String^ attributeName
)
Parameters
- attributeName
- Type: SystemString
The name of the attribute to validate
See Also