ExportView.ViewFormat 属性

Gets or sets the type of the data in the view.

命名空间:  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
The type of the data in the view.

请参阅

参考

ExportView 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间