| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Source As DicomAssociateRejectSourceType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomAssociateRejectSourceType Source {get;} | |
| C++/CLI | |
|---|---|
public: property DicomAssociateRejectSourceType Source { DicomAssociateRejectSourceType get(); } | |
Return Value
The source of the Association rejection.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