SyncRoot Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the object used to synchronize access to the SiteTermElementCollection.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SyncRoot As Object
'Usage
Dim instance As SiteTermElementCollection
Dim value As Object

value = instance.SyncRoot
public virtual Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get ();
}
public function get SyncRoot () : Object

Property Value

Type: System..::.Object
The object used to synchronize access to the SiteTermElementCollection. The current implementation returns the current SiteTermElementCollection.

Implements

ICollection..::.SyncRoot

Remarks

The object returned in this implementation is the SiteTermElementCollection object.

For more information on the SyncRoot property, see the SyncRoot property of the ICollection interface.

Permissions

See Also

Reference

SiteTermElementCollection Class

SiteTermElementCollection Members

Microsoft.CommerceServer.Runtime.Profiles Namespace