Action.Application Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.