共用方式為


All 屬性

Gets a value indicating whether all criteria are specified.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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 all criteria are specified; otherwise, false.