dotnetCHARTING Send comments on this topic.
Value Property
See Also 
dotnetCHARTING Namespace > Parameter Class : Value Property


Gets or sets the parameter's value.

Syntax

Visual Basic (Declaration)  
Public Property Value As String
Visual Basic (Usage) Copy Code
Dim instance As Parameter
Dim value As String
 
instance.Value = value
 
value = instance.Value
C#  
public string Value {get; set;}

See Also