Share via


Perspective.Actions Property

Gets the actions for the perspective.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Actions As PerspectiveActionCollection 
    Get
'Usage
Dim instance As Perspective 
Dim value As PerspectiveActionCollection 

value = instance.Actions
[BrowsableAttribute(false)]
public PerspectiveActionCollection Actions { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveActionCollection^ Actions {
    PerspectiveActionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Actions : PerspectiveActionCollection
function get Actions () : PerspectiveActionCollection

Property Value

Type: Microsoft.AnalysisServices.PerspectiveActionCollection
A PerspectiveActionCollection object.

See Also

Reference

Perspective Class

Microsoft.AnalysisServices Namespace