| GetVarActionAction Property |
Get the name of this action, i.e. "GetVar".
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override string Action { get; }
Public Overrides ReadOnly Property Action As String
Get
public:
virtual property String^ Action {
String^ get () override;
}
abstract Action : string with get
override Action : string with get
Property Value
Type:
StringSee Also