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