DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / OperationBaseArgs Class / PresentationContextId Property



In This Topic
    PresentationContextId Property
    In This Topic
    The Presentation Context ID used to transmit this operation
    Syntax
    'Declaration
     
    Public ReadOnly Property PresentationContextId As Byte
    'Usage
     
    Dim instance As OperationBaseArgs
    Dim value As Byte
     
    value = instance.PresentationContextId
    public byte PresentationContextId {get;}
    public:
    property byte PresentationContextId {
       byte get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also