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 a collection of export views returned using the ArrayofExportView complex type.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property ExportViews As Collection(Of ExportView)
Get
Set
'Usage
Dim instance As ExportViewListGetResponse
Dim value As Collection(Of ExportView)
value = instance.ExportViews
instance.ExportViews = value
[MessageBodyMemberAttribute]
public Collection<ExportView> ExportViews { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<ExportView^>^ ExportViews {
Collection<ExportView^>^ get ();
void set (Collection<ExportView^>^ value);
}
[<MessageBodyMemberAttribute>]
member ExportViews : Collection<ExportView> with get, set
function get ExportViews () : Collection<ExportView>
function set ExportViews (value : Collection<ExportView>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<ExportView>
Collection of type ExportView.
Siehe auch
Verweis
ExportViewListGetResponse Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace