| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Source As DicomAbortSourceType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomAbortSourceType Source {get;} | |
| C++/CLI | |
|---|---|
public: property DicomAbortSourceType Source { DicomAbortSourceType get(); } | |
Return Value
The source of the Association aborting.For an example, refer to DicomPrintScu.Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code