'Declaration
Public Property BrowserTypeEntities As Dictionary(Of String,BrowserTypeEntity)
'Usage
Dim instance As Resource Dim value As Dictionary(Of String,BrowserTypeEntity) instance.BrowserTypeEntities = value value = instance.BrowserTypeEntities
public Dictionary<string,BrowserTypeEntity> BrowserTypeEntities {get; set;}
public: property Dictionary<String^,BrowserTypeEntity^>^ BrowserTypeEntities { Dictionary<String^,BrowserTypeEntity^>^ get(); void set ( Dictionary<String^,BrowserTypeEntity^>^ value); }