AuthenticationInfoCollection.SyncRoot 属性

定义

获得一个可用于同步访问集合对象的对象。

public:
 virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
public virtual object SyncRoot { get; }
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object

属性值

一个可以用来同步访问集合的对象。

实现

适用于