Share via


BlockLineRange.IsValid Property

Returns a value that indicates whether the code block is valid. The set accessor is internal only. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Property IsValid As Boolean
public bool IsValid { get; internal set; }
public:
property bool IsValid {
    bool get ();
    internal: void set (bool value);
}
member IsValid : bool with get, internal set
function get IsValid () : boolean 
internal function set IsValid (value : boolean)

Property Value

Type: Boolean
true if the code block is valid; otherwise, false.

.NET Framework Security

See Also

Reference

BlockLineRange Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace