Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Action identifier associated with a PerspectiveAction object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ActionID As String
Get
Set
'Usage
Dim instance As PerspectiveAction
Dim value As String
value = instance.ActionID
instance.ActionID = value
public string ActionID { get; set; }
public:
property String^ ActionID {
String^ get ();
void set (String^ value);
}
member ActionID : string with get, set
function get ActionID () : String
function set ActionID (value : String)
Property Value
Type: System.String
A unique name for an Action.