'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared ReadOnly Property DefaultPluginConfigurations As ConfigurationPartCollection
'Usage
Dim value As ConfigurationPartCollection value = EasyUASharedParameters.DefaultPluginConfigurations
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public static ConfigurationPartCollection DefaultPluginConfigurations {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public: static property ConfigurationPartCollection^ DefaultPluginConfigurations { ConfigurationPartCollection^ get(); }