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