다음을 통해 공유


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.