EntityMembersGetCriteria.DisplayType 属性

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False)> _
Public Property DisplayType As Nullable(Of DisplayType)
    Get 
    Set
用法
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>)

属性值

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

请参阅

参考

EntityMembersGetCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间