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