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