'Declaration
 
Public ReadOnly Property IsEditable As Boolean
             
        
            
            'Usage
 
Dim instance As Security
Dim value As Boolean
 
value = instance.IsEditable
             
        
            
            public bool IsEditable {get;}
             
        
            
            public: __property bool get_IsEditable();
             
        
            
            public:
property bool IsEditable {
   bool get();
}