共用方式為


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)