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.