ResourceManagementSchemaIsAttributeMultivalued Method |
Gets a value indicating whether the specific attribute is multivalued
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic static bool IsAttributeMultivalued(
string attributeName
)
Public Shared Function IsAttributeMultivalued (
attributeName As String
) As Boolean
public:
static bool IsAttributeMultivalued(
String^ attributeName
)
Parameters
- attributeName
- Type: SystemString
The attribute name
Return Value
Type:
BooleanA value indicating whether the specific attribute is multivalued
See Also