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