| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property GetValueResult As DicomGetValueResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomGetValueResult GetValueResult {get;} | |
| C++/CLI | |
|---|---|
public: property DicomGetValueResult GetValueResult { DicomGetValueResult get(); } | |
Return Value
The result of DicomDataSet.GetValueFor an example, refer to GetValue .
This read-only property is set after every call to GetValue to indicate the degree of success.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code