Gets custom properties

C# | Visual Basic | Visual C++ | J# |
public NameValueConfigurationCollection CustomProperties { get; internal set; }
Public Property CustomProperties As NameValueConfigurationCollection
public: property NameValueConfigurationCollection^ CustomProperties { NameValueConfigurationCollection^ get (); void set (NameValueConfigurationCollection^ value); }
/** @property */ public NameValueConfigurationCollection get_CustomProperties() /** @property */ public void set_CustomProperties(NameValueConfigurationCollection value)