All 属性
Gets or sets a value indicating whether all criteria are in effect.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
Public ReadOnly Property All As Boolean
Get
用法
Dim instance As FunctionPrivilegesCriteria
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 in effect; otherwise, false.