| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Source As DicomAbortSourceType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomPrintScuAbortInformation Dim value As DicomAbortSourceType value = instance.Source | |
| C# | |
|---|---|
public DicomAbortSourceType Source {get;} | |
| C++/CLI | |
|---|---|
public: property DicomAbortSourceType Source { DicomAbortSourceType get(); } | |
Property Value
The source of 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