Поделиться через


Свойство Web.Description

Gets or sets the description for the site.

Пространство имен:  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 Web
Dim value As String

value = instance.Description

instance.Description = value
public string Description { get; set; }

Значение свойства

Тип: System.String
A string that contains the description.

Замечания

The value that is returned can vary depending on the current thread's Thread.CurrentUICulture property. For more information, see the DescriptionResource property.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client