Compartir a través de


EntityMembersGetCriteria.DisplayType Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property DisplayType As Nullable(Of DisplayType)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

EntityMembersGetCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts