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
public bool IsParameter { get; }
public:
property bool IsParameter {
bool get();
}
member IsParameter : bool with get
Public ReadOnly Property IsParameter As Boolean
Property Value
Type: System.Boolean
true if the string is a parameter; otherwise, false.
See Also
ParameterizedStringPart Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top