共用方式為


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 命名空間