Compartir a través de


ExportViewUpdateRequest.ExportView Propiedad

Gets or sets export view using the ExportView complex type.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property ExportView As ExportView 
    Get 
    Set
'Uso
Dim instance As ExportViewUpdateRequest 
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 de la propiedad

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

Vea también

Referencia

ExportViewUpdateRequest Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts