Свойство Field.Hidden
Gets or sets a value that specifies whether the field is hidden in list views and list forms.
Пространство имен: 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 Hidden As Boolean
Get
Set
'Применение
Dim instance As Field
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
public bool Hidden { get; set; }
Значение свойства
Тип: System.Boolean
Returns Booleantrue if the field is hidden in list views and list forms; otherwise, returns false.
Исключения
Исключение | Условие |
---|---|
[Microsoft.SharePoint.SPException] | Value is changed to true on a field which cannot be hidden. Error code: -2146232832. |