ExportView 속성
Gets or sets an export view using an ExportView complex type.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.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.