| Visual Basic (Declaration) | |
|---|---|
Public Property DatasetLoaded As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As InstanceReceivedEventArgs Dim value As Boolean instance.DatasetLoaded = value value = instance.DatasetLoaded | |
| C# | |
|---|---|
public bool DatasetLoaded {get; set;} | |
Property Value
True if the DatasetInstance is loaded; otherwise it is false.If this value is false the DatasetInstance will be null
.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code