Get and set the lock scope of the space definition

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract SpaceDef..::..LockScope Lockscope { get; set; }
Visual Basic
Public MustOverride Property Lockscope As SpaceDef..::..LockScope
	Get
	Set
Visual C++
public:
virtual property SpaceDef..::..LockScope Lockscope {
	SpaceDef..::..LockScope get () abstract;
	void set (SpaceDef..::..LockScope value) abstract;
}
F#
abstract Lockscope : SpaceDef..::..LockScope with get, set

Property Value

Type: SpaceDef..::..LockScope
The scope for the lock

See Also