EndLine Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property EndLine As Integer
    Get
    Private Set
'Usage
Dim instance As CompilerBuildEvent
Dim value As Integer

value = instance.EndLine
public int EndLine { get; private set; }
public:
property int EndLine {
    int get ();
    private: void set (int value);
}
member EndLine : int with get, private set
function get EndLine () : int
private function set EndLine (value : int)

Property Value

Type: System..::..Int32

See Also

Reference

CompilerBuildEvent Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace