Gets or sets the particular element within the context-range identified by 
ContextId.
            
            
            
            
            public int ContextElement {get; set;}
             
        
            
            'Declaration
 
Public Property ContextElement As Integer
             
        
            
            'Usage
 
Dim instance As PrefixedContext
Dim value As Integer
 
instance.ContextElement = value
 
value = instance.ContextElement
             
        
            
        
            
        
            
            public:
property int ContextElement {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
An 
System.Int32 number which identifies the particular element within the context-range identified by 
ContextId.