SecurityNamespaceDescription.Actions Property

The list of actions that this security namespace is responsible for securing.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property Actions As List(Of ActionDefinition)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<ActionDefinition> Actions { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<ActionDefinition^>^ Actions {
    List<ActionDefinition^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Actions : List<ActionDefinition> with get
function get Actions () : List<ActionDefinition>

Property Value

Type: System.Collections.Generic.List<ActionDefinition>
Returns List<T>.

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.TeamFoundation.Framework.Server Namespace