Share via


EntityMembersGetCriteria.DisplayType Property

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

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property DisplayType As Nullable(Of DisplayType)
    Get 
    Set
'Usage
Dim instance As EntityMembersGetCriteria 
Dim value As Nullable(Of DisplayType)

value = instance.DisplayType

instance.DisplayType = value
[DataMemberAttribute(IsRequired = false)]
public Nullable<DisplayType> DisplayType { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Nullable<DisplayType> DisplayType {
    Nullable<DisplayType> get ();
    void set (Nullable<DisplayType> value);
}
[<DataMemberAttribute(IsRequired = false)>]
member DisplayType : Nullable<DisplayType> with get, set
function get DisplayType () : Nullable<DisplayType>
function set DisplayType (value : Nullable<DisplayType>)

Property Value

Type: System.Nullable<DisplayType>
The display type of the members to get.

See Also

Reference

EntityMembersGetCriteria Class

Microsoft.MasterDataServices.Services.DataContracts Namespace