TestSpecList.GetClassName Method

Gets the class name.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Function GetClassName As String
public string GetClassName()
public:
virtual String^ GetClassName() sealed
abstract GetClassName : unit -> string 
override GetClassName : unit -> string 
public final function GetClassName() : String

Return Value

Type: System.String
The class name.

Implements

ICustomTypeDescriptor.GetClassName()

.NET Framework Security

See Also

Reference

TestSpecList Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace