| Visual Basic (Declaration) | |
|---|---|
<CompilerGeneratedAttribute()> Public Property StoreDataSet As DicomDataSet | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CompilerGeneratedAttribute()] public DicomDataSet StoreDataSet {get; set;} | |
| C++/CLI | |
|---|---|
[CompilerGeneratedAttribute()] public: property DicomDataSet StoreDataSet { DicomDataSet get(); void set (DicomDataSet value); } | |
Return Value
The dataset to be stored.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code