Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property Actions As ReadOnlyCollection(Of ActionDefinition)
public ReadOnlyCollection<ActionDefinition> Actions { get; }
public:
property ReadOnlyCollection<ActionDefinition^>^ Actions {
ReadOnlyCollection<ActionDefinition^>^ get ();
}
member Actions : ReadOnlyCollection<ActionDefinition> with get
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
- 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.