SecurityNamespaceDescription.Actions Property
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Actions As List(Of ActionDefinition)
[DataMemberAttribute]
public List<ActionDefinition> Actions { get; set; }
[DataMemberAttribute]
public:
property List<ActionDefinition^>^ Actions {
List<ActionDefinition^>^ get ();
void set (List<ActionDefinition^>^ value);
}
[<DataMemberAttribute>]
member Actions : List<ActionDefinition> with get, set
function get Actions () : List<ActionDefinition>
function set Actions (value : List<ActionDefinition>)
Property Value
Type: System.Collections.Generic.List<ActionDefinition>
.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.