Share via


ParameterizedStringPart.IgnoreValue Property

Gets a value that indicates whether to ignore the value.

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

Syntax

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

Property Value

Type: Boolean
true to ignore the value; otherwise, false.

.NET Framework Security

See Also

Reference

ParameterizedStringPart Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace