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.
The list of actions that this security namespace is responsible for securing.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property Actions As List(Of ActionDefinition)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<ActionDefinition> Actions { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<ActionDefinition^>^ Actions {
List<ActionDefinition^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Actions : List<ActionDefinition> with get
function get Actions () : List<ActionDefinition>
Property Value
Type: System.Collections.Generic.List<ActionDefinition>
Returns List<T>.
.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.