Свойство RoleDefinition.RoleTypeKind
Gets a value that specifies the type of the role definition.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property RoleTypeKind As RoleType
Get
'Применение
Dim instance As RoleDefinition
Dim value As RoleType
value = instance.RoleTypeKind
public RoleType RoleTypeKind { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.RoleType
Returns a RoleType instance representing the type of the role definition.
Замечания
It must be a value from the Microsoft.SharePoint.Client.RoleType enumeration.
Its value must be equal to or greater than 0. Its value must be equal to or less than 6.