ExportView.ViewFormat Property

 

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public ExportViewFormat ViewFormat { get; set; }
public:
[DataMemberAttribute]
property ExportViewFormat ViewFormat {
    ExportViewFormat get();
    void set(ExportViewFormat value);
}
[<DataMemberAttribute>]
member ViewFormat : ExportViewFormat with get, set
<DataMemberAttribute>
Public Property ViewFormat As ExportViewFormat

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ExportViewFormat

The type of the data in the view.

See Also

ExportView Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top