ActionID propriété

Gets or sets the Action identifier associated with a PerspectiveAction object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ActionID As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String
A unique name for an Action.