[This is preliminary documentation and is subject to change.]

Gets synchronization object.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
public:
property Object^ SyncRoot {
	Object^ get ();
}

See Also