InvokeOptionsInvocable Property |
Gets or sets the invocable.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract string Invocable { get; set; }
Public MustOverride Property Invocable As String
Get
Set
public:
virtual property String^ Invocable {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract Invocable : string with get, set
Property Value
Type:
String
The invocable.
See Also