ActionDefinition.Name Property

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Name As String
[DataMemberAttribute]
public string Name { get; set; }
[DataMemberAttribute]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ActionDefinition Class

Microsoft.VisualStudio.Services.Security Namespace