IsSynchronized Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the current ReadOnlyStringCollection is synchronized (thread-safe).
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
'Usage
Dim instance As ReadOnlyStringCollection
Dim value As Boolean
value = instance.IsSynchronized
public bool IsSynchronized { get; }
public:
property bool IsSynchronized {
bool get ();
}
public function get IsSynchronized () : boolean
Property Value
Type: System..::.Boolean
true if the collection is synchronized; otherwise, false.
Remarks
The IsSynchronized property is a read-only Boolean that gets a value indicating whether access to the collection is synchronized.
Permissions
- 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.
See Also
Reference
ReadOnlyStringCollection Class