LinePragmaCodeInfo::StartColumn Property

 

Gets the starting column of a script block in an .aspx file.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
property int StartColumn {
	int get();
}

Property Value

Type: System::Int32

The starting column of a script block in an .aspx file.

.NET Framework
Available since 2.0
Return to top
Show: