Свойство Web.AllProperties
Gets a collection of metadata for the Web 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 ReadOnly Property AllProperties As PropertyValues
Get
'Применение
Dim instance As Web
Dim value As PropertyValues
value = instance.AllProperties
public PropertyValues AllProperties { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.PropertyValues
A PropertyValues object that represents the metadata.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).