Edit

Share via


View3.Name Property

Definition

Gets the name of the view.

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

Property Value

The name of the view.

Implements

Remarks

To determine the default view use the IsDefault property of the ViewInfoObject object.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to