| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Reason As DicomAbortReasonType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomPrintScuAbortInformation Dim value As DicomAbortReasonType value = instance.Reason | |
| C# | |
|---|---|
public DicomAbortReasonType Reason {get;} | |
| C++/CLI | |
|---|---|
public: property DicomAbortReasonType Reason { DicomAbortReasonType get(); } | |
Property Value
The reason for the Association aborting.For an example, refer to DicomPrintScu.Associate.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code