ModelPrivilegesCriteria.ResultType Property

Definition

Gets or sets the ResultType for the criteria.

public:
 property Microsoft::MasterDataServices::ResultType ResultType { Microsoft::MasterDataServices::ResultType get(); void set(Microsoft::MasterDataServices::ResultType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.ResultType ResultType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ResultType : Microsoft.MasterDataServices.ResultType with get, set
Public Property ResultType As ResultType

Property Value

One of the values of ResultType. Possible values are Details, Identifiers, or None.

Attributes

Applies to