'Declaration
Public ReadOnly Property AgreedContexts As DicomContextCollection
'Usage
Dim instance As DicomAssociation Dim value As DicomContextCollection value = instance.AgreedContexts
public DicomContextCollection AgreedContexts {get;}
public read-only property AgreedContexts: DicomContextCollection;
public function get AgreedContexts : DicomContextCollection
public: __property DicomContextCollection* get_AgreedContexts();
public: property DicomContextCollection^ AgreedContexts { DicomContextCollection^ get(); }