Свойство ContentType.Description
Gets or sets a description of the content type.
Пространство имен: 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 ContentType
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Значение свойства
Тип: System.String
A string that contains the description.
Исключения
Исключение | Условие |
---|---|
[System.ArgumentNullException] | The Description property cannot be a пустая ссылка (Nothing в Visual Basic) value. |