ObjectChangelist.Lock Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the changes list lock object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim value As ReaderWriterLock
value = Me.Lock
Me.Lock = value
Syntax
'Declaration
Protected Property Lock As ReaderWriterLock
protected ReaderWriterLock Lock { get; set; }
protected:
property ReaderWriterLock^ Lock {
ReaderWriterLock^ get ();
void set (ReaderWriterLock^ value);
}
/** @property */
protected ReaderWriterLock get_Lock ()
/** @property */
protected void set_Lock (ReaderWriterLock value)
protected function get Lock () : ReaderWriterLock
protected function set Lock (value : ReaderWriterLock)
Property Value
The changes list lock object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ObjectChangelist Generic Class
ObjectChangelist Members
Microsoft.EnterpriseManagement.Common Namespace