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