DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / AssociationRequestArgs Class / Contexts Property






In This Topic
    Contexts Property
    In This Topic
    The Contexts proposed by the remote application
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Contexts As DicomContextCollection
    'Usage
     
    
    Dim instance As AssociationRequestArgs
    Dim value As DicomContextCollection
     
    value = instance.Contexts
    public DicomContextCollection Contexts {get;}
    public read-only property Contexts: DicomContextCollection; 
    public function get Contexts : DicomContextCollection
    public: __property DicomContextCollection* get_Contexts();
    public:
    property DicomContextCollection^ Contexts {
       DicomContextCollection^ get();
    }
    Remarks
    Select using reject and/or setting AcceptedTS of each
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also