DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / AnyPresent Property

In This Topic
    AnyPresent Property
    In This Topic
    Indicates if there is any context agreed by the remote application
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AnyPresent As System.Boolean
    public System.bool AnyPresent {get;}
    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.8 or higher

    See Also