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.