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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.