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.