Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property GetValueResult As DicomGetValueResult |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim value As DicomGetValueResult value = instance.GetValueResult |
C# | |
---|---|
public DicomGetValueResult GetValueResult {get;} |
C++/CLI | |
---|---|
public: property DicomGetValueResult GetValueResult { DicomGetValueResult get(); } |
Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)