次の方法で共有


ExportView.ViewFormat プロパティ

ExportView の単純型を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property ViewFormat As ExportViewFormat
    Get
    Set
'使用
Dim instance As ExportView
Dim value As ExportViewFormat

value = instance.ViewFormat

instance.ViewFormat = value
[DataMemberAttribute]
public ExportViewFormat ViewFormat { get; set; }
[DataMemberAttribute]
public:
property ExportViewFormat ViewFormat {
    ExportViewFormat get ();
    void set (ExportViewFormat value);
}
[<DataMemberAttribute>]
member ViewFormat : ExportViewFormat with get, set
function get ViewFormat () : ExportViewFormat
function set ViewFormat (value : ExportViewFormat)

プロパティ値

型: Microsoft.MasterDataServices.ExportViewFormat
ExportView 型の新しいインスタンス。

関連項目

参照

ExportView クラス

Microsoft.MasterDataServices 名前空間