Κοινή χρήση μέσω


SyncRoot Property

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

Gets an object used for synchronization when accessing the current ExpressionRefCollection.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

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

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

Property Value

Type: System..::.Object
An object used for synchronization when accessing the current ExpressionRefCollection. The current implementation returns the current instance.

Implements

ICollection..::.SyncRoot

Remarks

The object returned in this implementation is the ExpressionRefCollection object itself.

Permissions

See Also

Reference

ExpressionRefCollection Class

ExpressionRefCollection Members

Microsoft.CommerceServer.Marketing Namespace