EntityMembersGetCriteria.DisplayType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the chosen display format for domain-based attribute (DBA) columns.
public:
property Nullable<Microsoft::MasterDataServices::DisplayType> DisplayType { Nullable<Microsoft::MasterDataServices::DisplayType> get(); void set(Nullable<Microsoft::MasterDataServices::DisplayType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.DisplayType? DisplayType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DisplayType : Nullable<Microsoft.MasterDataServices.DisplayType> with get, set
Public Property DisplayType As Nullable(Of DisplayType)
Property Value
A new instance of type DisplayType.
- Attributes