'Declaration
 
Public Property URI As String
             
        
            
            'Usage
 
Dim instance As Hyperlink
Dim value As String
 
instance.URI = value
 
value = instance.URI
             
        
            
            public string URI {get; set;}
             
        
            
            public: __property string* get_URI();
public: __property void set_URI( 
   string* value
);
             
        
            
            public:
property String^ URI {
   String^ get();
   void set (    String^ value);
}