CookieCollection.SyncRoot 屬性

定義

取得用於同步存取 CookieCollection 的物件。

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

屬性值

用於同步存取 CookieCollection 的物件。

實作

備註

屬性 SyncRoot 會傳回物件,這個物件可用來同步存取 CookieCollection

適用於

另請參閱