PSWorkflowInstance.SyncLock Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Synchonization object available to derived classes.
protected:
 property System::Object ^ SyncLock { System::Object ^ get(); };
	protected:
 property Platform::Object ^ SyncLock { Platform::Object ^ get(); };
	protected object SyncLock { get; }
	member this.SyncLock : obj
	Protected ReadOnly Property SyncLock As Object