SpaceDefLockscope Property |
Get and set the lock scope of the space definition
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract SpaceDefLockScope Lockscope { get; set; }
Public MustOverride Property Lockscope As SpaceDefLockScope
Get
Set
public:
virtual property SpaceDefLockScope Lockscope {
SpaceDefLockScope get () abstract;
void set (SpaceDefLockScope value) abstract;
}
abstract Lockscope : SpaceDefLockScope with get, set
Property Value
Type:
SpaceDefLockScope
The scope for the lock
See Also