Свойство RoleDefinition.Description
Gets or sets a value that specifies the description 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 Property Description As String
Get
Set
'Применение
Dim instance As RoleDefinition
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Значение свойства
Тип: System.String
Returns a String instance representing the description of the role definition.
Исключения
Исключение | Условие |
---|---|
[System.InvalidOperationException] | Site inherits permission levels from a parent site, and permission levels cannot be customized. Error code: -1. |
Замечания
Its length must be equal to or less than 512.