Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.