EntityMembersGetCriteria.DisplayType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the display type of the members to get.

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

Syntax

[DataMemberAttribute(IsRequired = false)]
public Nullable<DisplayType> DisplayType { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property Nullable<DisplayType> DisplayType {
    Nullable<DisplayType> get();
    void set(Nullable<DisplayType> value);
}
[<DataMemberAttribute(IsRequired = false)>]
member DisplayType : Nullable<DisplayType> with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property DisplayType As Nullable(Of DisplayType)

Property Value

Type: System.Nullable<DisplayType>

The display type of the members to get.

See Also

EntityMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top