ActionDefinition.DisplayName Property

Gets the localized display name for this action.

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

Syntax

'宣言
Public ReadOnly Property DisplayName As String
    Get
public string DisplayName { get; }
public:
property String^ DisplayName {
    String^ get ();
}
member DisplayName : string
function get DisplayName () : String

Property Value

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

.NET Framework Security

See Also

Reference

ActionDefinition Class

Microsoft.TeamFoundation.Framework.Client Namespace