HierarchyMemberPrivilegesCriteria.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

public bool All { get; }
public:
property bool All {
    bool get();
}
member All : bool with get
Public ReadOnly Property All As Boolean

Property Value

Type: System.Boolean

true if the results will include all privileges; otherwise, false.

See Also

HierarchyMemberPrivilegesCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top