共用方式為


ModelPrivilegesCriteria.All 屬性

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 ModelPrivilegesCriteria 
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.

請參閱

參考

ModelPrivilegesCriteria 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間