Share via


ParameterizedStringPart.IsParameter Property

Gets a value that indicates whether the string is a parameter.

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

Syntax

'Declaration
Public ReadOnly Property IsParameter As Boolean
public bool IsParameter { get; }
public:
property bool IsParameter {
    bool get ();
}
member IsParameter : bool with get
function get IsParameter () : boolean

Property Value

Type: Boolean
true if the string is a parameter; otherwise, false.

.NET Framework Security

See Also

Reference

ParameterizedStringPart Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace