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