次の方法で共有


ExportViewListGetResponse.ExportViews プロパティ

ArrayofExportView 複合型を使用して返されたエクスポート ビューのコレクションを取得または設定します。

名前空間:  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>
ExportView 型のコレクション。

関連項目

参照

ExportViewListGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間