Value Property (ParameterValue)
In This Topic
Gets or sets the actual value of the parameter.
Syntax
'Declaration
Public Property Value As Object
public object Value {get; set;}
Property Value
An
System.Object that can be any type required by the parameter.
See Also