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



Gets or sets the parameter's FieldType.

Syntax

Visual Basic (Declaration) 
Public Property Type As FieldType
Visual Basic (Usage)Copy Code
Dim instance As Parameter
Dim value As FieldType
 
instance.Type = value
 
value = instance.Type
C# 
public FieldType Type {get; set;}
C++/CLI 
public:
property FieldType Type {
   FieldType get();
   void set (FieldType value);
}

See Also