'Declaration
<NotNullAttribute()> Public Shared Shadows ReadOnly Property Default As PluginSetup
'Usage
Dim value As PluginSetup value = PluginSetup.Default
[NotNull()] public new static PluginSetup Default {get;}
[NotNull()] public: new static property PluginSetup^ Default { PluginSetup^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).