Share via


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

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.VisualStudio.Services.Security Namespace