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

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

Property Value

Type: System.Boolean

true to ignore the value; otherwise, false.

See Also

ParameterizedStringPart Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top