In This Topic
Gets or sets the name of the defined name.
Syntax
'Declaration
Public Property Name As String
'Usage
Dim instance As NameInfo
Dim value As String
instance.Name = value
value = instance.Name
public string Name {get; set;}
Property Value
The string value represents name of the defined name.
See Also