共用方式為


ExportViewListGetResponse.ExportViews 屬性

Gets or sets a collection of export views returned using the ArrayofExportView complex type.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<MessageBodyMemberAttribute> _
Public Property ExportViews As Collection(Of ExportView)
    Get 
    Set
'用途
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>)

屬性值

型別:System.Collections.ObjectModel.Collection<ExportView>
Collection of type ExportView.

請參閱

參考

ExportViewListGetResponse 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間