Description
Returns the object name.
            
Property type
Read-write property
            
Syntax
| Visual Basic | 
|---|
Public Property Name As String  | 
 
            
            
            
            
            
Example
Private Sub NamePropExample()
 
     Dim myName As String
     myName = View.Name
     MsgBox ("View Name is: " & myName)
End Sub
             
            
            
            
See Also