Create a new KeyDef object

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 static KeyDef Create()
Visual Basic
Public Shared Function Create As KeyDef
Visual C++
public:
static KeyDef^ Create()
F#
static member Create : unit -> KeyDef 

Return Value

Type: KeyDef
KeyDef object

See Also