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



Syntax

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

See Also