ExportView.ViewFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the simple type of the ExportView.
public:
property Microsoft::MasterDataServices::ExportViewFormat ViewFormat { Microsoft::MasterDataServices::ExportViewFormat get(); void set(Microsoft::MasterDataServices::ExportViewFormat value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.ExportViewFormat ViewFormat { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ViewFormat : Microsoft.MasterDataServices.ExportViewFormat with get, set
Public Property ViewFormat As ExportViewFormat
Property Value
A new instance of type ExportView.
- Attributes