In This Topic
            
            Uniquely identifies a presentation context for a given association
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property ContextID As System.Byte
             
        
            
            'Usage
 
Dim instance As DicomContext
Dim value As System.Byte
 
value = instance.ContextID
             
        
            
            public System.byte ContextID {get;}
             
        
            
            public read-only property ContextID: System.Byte; 
             
        
            
            public function get ContextID : System.byte
             
        
            
            public: __property System.byte get_ContextID();
             
        
            
            public:
property System.byte ContextID {
   System.byte get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            Requirements
Target Platforms: .NET CLR 4.8 or higher
            
            See Also