ViewInfo2.Name 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 the name of the view that is associated with the ViewInfoObject object.
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 that is associated with the ViewInfoObject object.
Implements
Remarks
The name of the ViewInfoObject object is the same as the name of the view that it represents. The name of the ViewInfoObject object can also be used as the argument to the Item[Object] property of the ViewInfosCollection collection.
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.