Action.Application Property

Definition

Gets or sets a String that contains the application associated with the Action.

public string Application { get; set; }
member this.Application : string with get, set
Public Property Application As String

Property Value

A String that contains an application identifier.

Remarks

This property can be used by client applications to determine which actions are applicable to a given client application. The client application is responsible for evaluating this property.

Applies to