共用方式為


ExportView.ViewFormat 屬性

Gets or sets the simple type of the 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
A new instance of type ExportView.

請參閱

參考

ExportView 類別

Microsoft.MasterDataServices 命名空間