public string ShortConnector { get; set; }
Public Property ShortConnector As String
Get
Set
public:
property String^ ShortConnector {
String^ get ();
void set (String^ value);
}
member ShortConnector : string with get, set
The connector will be inserted when formatting a value if both a prefix and unit are present. When parsing, the connector may be present between prefix and unit, but it is always optional and parsing will not fail if it is not present.
ArgumentNullException | The property is being set to . |
InvalidOperationException | The property is being set and the BinaryUnitInfo object is read-only. |