FunctionPrivilegesCriteria.All Property

Gets a value that indicates whether the results will include all privileges.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
Public ReadOnly Property All As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean
true if the results will include all privileges; otherwise, false.

See Also

Reference

FunctionPrivilegesCriteria Class

Microsoft.MasterDataServices.Services.DataContracts Namespace