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


Свойство List.Hidden

Gets or sets a Boolean value that specifies whether the list is hidden.

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

value = instance.Hidden

instance.Hidden = value
public bool Hidden { get; set; }

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

Тип: System.Boolean
true if the list is hidden; otherwise, false. The default is false.

Замечания

If the value is set to true, the server must set the OnQuickLaunch property of the list to false.

См. также

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

List класс

Элементы List

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