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.
Caution
The DisplayType element is deprecated in SQL Server 2016 CTP3
Specifies the display type of the members to retrieve.
public:
property Nullable<Microsoft::MasterDataServices::Services::DataContracts::DisplayType> DisplayType { Nullable<Microsoft::MasterDataServices::Services::DataContracts::DisplayType> get(); void set(Nullable<Microsoft::MasterDataServices::Services::DataContracts::DisplayType> value); };
[System.Obsolete("The DisplayType element is deprecated in SQL Server 2016 CTP3")]
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.DisplayType? DisplayType { get; set; }
[<System.Obsolete("The DisplayType element is deprecated in SQL Server 2016 CTP3")>]
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.DisplayType : Nullable<Microsoft.MasterDataServices.Services.DataContracts.DisplayType> with get, set
Public Property DisplayType As Nullable(Of DisplayType)
Property Value
The display type of the members to retrieve.
- Attributes