Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets export view using the ExportView complex type.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property ExportView As ExportView
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts.ExportView
ExportView.
Vedere anche
Riferimento
ExportViewUpdateRequest Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts