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