SecurityNamespaceDescription.Actions Property

Gets the list of actions that this namespace is responsible for securing.

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

Syntax

'宣言
Public ReadOnly Property Actions As ReadOnlyCollection(Of ActionDefinition)
    Get
public ReadOnlyCollection<ActionDefinition> Actions { get; }
public:
property ReadOnlyCollection<ActionDefinition^>^ Actions {
    ReadOnlyCollection<ActionDefinition^>^ get ();
}
member Actions : ReadOnlyCollection<ActionDefinition>
function get Actions () : ReadOnlyCollection<ActionDefinition>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ActionDefinition>
The list of actions that this namespace is responsible for securing.

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.TeamFoundation.Framework.Client Namespace