public static string UnknownPropertyName {get;}
             
        
            
            'Declaration
 
Public Shared ReadOnly Property UnknownPropertyName As String
             
        
            
            'Usage
 
Dim value As String
 
value = Resources.UnknownPropertyName
             
        
            
            public:
static property String^ UnknownPropertyName {
   String^ get();
}