Właściwość ExportViewListGetResponse.ExportViews
Pobiera lub ustawia kolekcja widoków wywóz zwracane przy użyciu ArrayofExportView typu złożonego.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property ExportViews As Collection(Of ExportView)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<ExportView>
Kolekcja typu ExportView.