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


Gets or sets the DataSourceType of this DataSource.

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;}

See Also

© 2010 All Rights Reserved.