Udostępnij za pośrednictwem


Właściwość EntityMembersGetCriteria.DisplayType

Pobiera lub ustawia format wyświetlania wybranych dla domena-na podstawie kolumn atrybutów (DBA).

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property DisplayType As Nullable(Of DisplayType)
    Get
    Set
'Użycie
Dim instance As EntityMembersGetCriteria
Dim value As Nullable(Of DisplayType)

value = instance.DisplayType

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

Wartość właściwości

Typ: System.Nullable<DisplayType>
Nowe wystąpienie typu DisplayType.