'Declaration Public ReadOnly Property ProviderSettings As NameValueCollection
'Usage Dim instance As MarkupImageDataProvider Dim value As NameValueCollection value = instance.ProviderSettings
public NameValueCollection ProviderSettings {get;}
public: __property NameValueCollection* get_ProviderSettings();
public: property NameValueCollection^ ProviderSettings { NameValueCollection^ get(); }