Partager via


Propriété EntityMembersGetCriteria.DisplayType

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property DisplayType As Nullable(Of DisplayType)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

EntityMembersGetCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts