Gets a value that indicates whether the results will include all privileges.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
Public ReadOnly Property All As Boolean
Get
用法
Dim instance As HierarchyMemberPrivilegesCriteria
Dim value As Boolean
value = instance.All
public bool All { get; }
public:
property bool All {
bool get ();
}
member All : bool
function get All () : boolean
属性值
类型:System.Boolean
true if the results will include all privileges; otherwise, false.