Свойство 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