[This is preliminary documentation and is subject to change.]
Gets/sets CALL keyword - used for sub-routine invocation
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string KeywordCALL { get; set; }
public string KeywordCALL { get; set; }
Public Property KeywordCALL As String
Get
Set
Public Property KeywordCALL As String
Get
Set
public:
property String^ KeywordCALL {
String^ get ();
void set (String^ value);
}
public:
property String^ KeywordCALL {
String^ get ();
void set (String^ value);
}
member KeywordCALL : string with get, set
member KeywordCALL : string with get, set
Property Value
Type:
String