DicomObjects.NET.V8
DicomObjects Namespace / DicomContextCollection Class / AnyPresent Property



    AnyPresent Property
    Indicates if there is any context agreed by the remote application
    Syntax
    'Declaration
     
    Public ReadOnly Property AnyPresent As Boolean
     
    'Usage
     
    Dim instance As DicomContextCollection
    Dim value As Boolean
     
    value = instance.AnyPresent
    Remarks
    This property returns true only if there is 1 or more presentation context which has been agreed, during the association negotiation, by the remote application.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also