Compartir a través de


View3.Name Propiedad

Definición

Obtiene el nombre de la vista.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Valor de propiedad

Nombre de la vista.

Implementaciones

Comentarios

Para determinar la vista predeterminada, use la IsDefault propiedad del ViewInfoObject objeto .

Se aplica a