This documentation is archived and is not being maintained.

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)

public:
property ReadOnlyCollection<ActionDefinition^>^ Actions {
	ReadOnlyCollection<ActionDefinition^>^ get ();
}

Property Value

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

Show: