DataSets Property (DataSettings)
In This Topic
Gets or sets the settings for the data sets.
Syntax
'Declaration
Public Property DataSets As DataSets
public DataSets DataSets {get; set;}
Property Value
An instance of
DataSets that contains the settings for the data sets.
See Also