PropertyDataCollection.SyncRoot Property

Definition

Gets the object to be used for synchronization.

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

Property Value

Returns an Object value containing the object to be used for synchronization.

Implements

Remarks

Property Value

The object to be used for synchronization.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to

See also