Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets export view using the ExportView complex type.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property ExportView As ExportView
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.ExportView
ExportView.
Siehe auch
Verweis
ExportViewUpdateRequest Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace