Compartir a través de


ExportView.ViewFormat Propiedad

Gets or sets the simple type of the ExportView.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ViewFormat As ExportViewFormat
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.ExportViewFormat
A new instance of type ExportView.

Vea también

Referencia

ExportView Clase

Espacio de nombres Microsoft.MasterDataServices