DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / AssociationRequestArgs Class / Contexts Property



    Contexts Property
    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
    Remarks
    Select using reject and/or setting AcceptedTS of each
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also