ActionGroup.GroupShortName Property

Definition

Gets or sets the short name of the action group. This will be used in SMS messages.

[Newtonsoft.Json.JsonProperty(PropertyName="groupShortName")]
public string GroupShortName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="groupShortName")>]
member this.GroupShortName : string with get, set
Public Property GroupShortName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to