SPUsageDefinition.Hidden 属性
Gets a Boolean value that determines whether the usage definition is shown in the user interface.
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable ReadOnly Property Hidden As Boolean
Get
用法
Dim instance As SPUsageDefinition
Dim value As Boolean
value = instance.Hidden
public virtual bool Hidden { get; }
属性值
类型:System.Boolean
true if the usage definition is shown in the user interface; otherwise false.