Свойство ClientCallablePropertyAttribute.ExcludeFromDefaultRetrieve
Содержит значение типа Boolean, показывающее исключить свойство из извлечения по умолчанию.
Пространство имен: Microsoft.SharePoint.Client
Сборка: Microsoft.SharePoint.Client.ServerRuntime (в Microsoft.SharePoint.Client.ServerRuntime.dll)
Синтаксис
'Декларация
Public Property ExcludeFromDefaultRetrieve As Boolean
Get
Set
'Применение
Dim instance As ClientCallablePropertyAttribute
Dim value As Boolean
value = instance.ExcludeFromDefaultRetrieve
instance.ExcludeFromDefaultRetrieve = value
public bool ExcludeFromDefaultRetrieve { get; set; }
Значение свойства
Тип: System.Boolean
См. также
Справочные материалы
ClientCallablePropertyAttribute класс