Share via


ParameterizedStringPart.ParameterName Property

 

Gets the name of the parameter.

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

Syntax

public string ParameterName { get; }
public:
property String^ ParameterName {
    String^ get();
}
member ParameterName : string with get
Public ReadOnly Property ParameterName As String

Property Value

Type: System.String

The name of the parameter.

See Also

ParameterizedStringPart Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top