PresentationContextId Property
The Presentation Context ID used to transmit this operation
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();
}
'Declaration
Public ReadOnly Property PresentationContextId As System.Byte
'Usage
Dim instance As OperationBaseArgs
Dim value As System.Byte
value = instance.PresentationContextId
Target Platforms: .NET CLR 4.8 or higher