次の方法で共有


ExportView.ViewFormat プロパティ

ビュー内のデータの型を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.ExportViewFormat
ビュー内のデータの型。

関連項目

参照

ExportView クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間