Click or drag to resize

CategoricalVariableName Property

Gets or sets the variable name.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public string Name { get; set; }

Property Value

Type: String
The variable name.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentOutOfRangeExceptionvalue is empty, or consists only of white-space characters.
InvalidOperationException The CategoricalVariable is read-only.
See Also