Action.Application Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Application")]
public string Application { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Application")>]
member this.Application : string with get, set
Public Property Application As String

Property Value

String

A String that contains an application identifier.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

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