| GetVarActionVariable Property |
Get/Set the name of the variable to query.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Variable { get; set; }
Public Property Variable As String
Get
Set
public:
property String^ Variable {
String^ get ();
void set (String^ value);
}
member Variable : string with get, set
Property Value
Type:
StringSee Also