RequestActionActionName Property |
Gets or sets the name of the action.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public string ActionName { get; set; }
Public Property ActionName As String
Get
Set
public:
property String^ ActionName {
String^ get ();
void set (String^ value);
}
member ActionName : string with get, set
Property Value
Type:
StringThe name of the action.
See Also