This documentation is archived and is not being maintained.
SecurityNamespaceDescription::Actions Property
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: