public string Name { get; set; }Public Property Name As String
Get
Setpublic:
property String^ Name {
String^ get ();
void set (String^ value);
}member Name : string with get, set| ArgumentNullException | value is null. |
| ArgumentOutOfRangeException | value is empty, or consists only of white-space characters. |
| InvalidOperationException | The CategoricalVariable is read-only. |