다음을 통해 공유


ExportViewCreateRequest.ExportView 속성

Gets or sets an export view using an ExportView complex type.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property ExportView As ExportView 
    Get 
    Set
‘사용 방법
Dim instance As ExportViewCreateRequest 
Dim value As ExportView 

value = instance.ExportView

instance.ExportView = value
[MessageBodyMemberAttribute]
public ExportView ExportView { get; set; }
[MessageBodyMemberAttribute]
public:
property ExportView^ ExportView {
    ExportView^ get ();
    void set (ExportView^ value);
}
[<MessageBodyMemberAttribute>]
member ExportView : ExportView with get, set
function get ExportView () : ExportView 
function set ExportView (value : ExportView)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.ExportView
ExportView.

참고 항목

참조

ExportViewCreateRequest 클래스

Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스