[]
Gets or set the n-ary operator character.
The value cannot be null and its length cannot be more than one character.
Empty string value means the operator character is absent.
Default value is Unicode character U+222B (INTEGRAL).
public string Operator { get; set; }
Public Property [Operator] As String