TeamFoundationServiceHostActivity.Name Property

Gets the name of this activity.

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 name of this activity.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostActivity Class

Microsoft.TeamFoundation.Framework.Client Namespace