HierarchyMemberPrivilegesCriteria.ResultType Property

 

Gets or sets the result type.

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

Syntax

[DataMemberAttribute]
public ResultType ResultType { get; set; }
public:
[DataMemberAttribute]
property ResultType ResultType {
    ResultType get();
    void set(ResultType value);
}
[<DataMemberAttribute>]
member ResultType : ResultType with get, set
<DataMemberAttribute>
Public Property ResultType As ResultType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType

The result type.

See Also

HierarchyMemberPrivilegesCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top