X509CertificateCollection.IList.IsReadOnly 属性
定义
获取一个值,该值指示集合是否为只读。Gets a value indicating whether the collection is read-only.
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
属性值
如果该集合为只读,则为 true;否则为 false。true if the collection is read-only; otherwise, false. 默认值为 false。The default is false.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 X509CertificateCollection 实例被强制转换为 IList 接口时使用。It can be used only when the X509CertificateCollection instance is cast to an IList interface.