'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared Shadows ReadOnly Property Default As ComInstantiationParameters
'Usage
Dim value As ComInstantiationParameters value = ComInstantiationParameters.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static ComInstantiationParameters Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static property ComInstantiationParameters^ Default { ComInstantiationParameters^ get(); }