ActionDefinition.Name Property

Gets the nonlocalized name for this action.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Property Value

Type: System.String
The nonlocalized name for this action.

.NET Framework Security

See Also

Reference

ActionDefinition Class

Microsoft.TeamFoundation.Framework.Client Namespace