Gets or sets the left character of the pair.
'Declaration
Public Property Left As Char
'Usage
Dim instance As PairChar
Dim value As Char
instance.Left = value
value = instance.Left
public char Left {get; set;}
Property Value
A
System.Char value that represents the left character of the character pair. The default is a null reference (
Nothing in Visual Basic).