ConfigurationElementCollection.IsSynchronized 属性
定义
获取一个值,该值指示是否同步对集合的访问。Gets a value indicating whether access to the collection is synchronized.
public:
property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean
属性值
如果同步对 ConfigurationElementCollection 的访问,则为 true
;否则为 false
。true
if access to the ConfigurationElementCollection is synchronized; otherwise, false
.