X509ChainElementCollection.SyncRoot 屬性

定義

取得物件,此物件可用於同步處理對 X509ChainElementCollection 物件的存取。

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

屬性值

Object

目前物件的指標參考。

實作

備註

這個屬性會傳 this 回指標,這是目前類別實例的參考。

適用於