CadParameter1.Value

CadParameter<T>.Value property

Gets or sets the value.

public T Value { get; set; }

Property Value

The value of the parameter.

See Also