DicomObjects.NET.8.48 Documentation
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 System.Byte
    'Usage
     
    
    Dim instance As OperationBaseArgs
    Dim value As System.Byte
     
    value = instance.PresentationContextId
    public System.byte PresentationContextId {get;}
    public read-only property PresentationContextId: System.Byte; 
    public function get PresentationContextId : System.byte
    public: __property System.byte get_PresentationContextId();
    public:
    property System.byte PresentationContextId {
       System.byte get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also