Свойство ContentType.Hidden
Gets or sets a value that specifies whether the content type is unavailable for creation or usage directly from a user interface.
Пространство имен: 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 ContentType
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
public bool Hidden { get; set; }
Значение свойства
Тип: System.Boolean
Returns Booleantrue if the content type is unavailable for creation or usage directly from a user interface; otherwise, returns false.