다음을 통해 공유


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 네임스페이스