Partilhar via


Propriedade do RDL ExportViewCreateRequest.ExportView

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

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property ExportView As ExportView 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.MasterDataServices.Services.DataContracts.ExportView
ExportView.

Consulte também

Referência

ExportViewCreateRequest Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts