Location.BeginningLine Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Vsa.Vb.CodeDOM
Assembly:  Microsoft.Vsa.Vb.CodeDOMProcessor (in Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Syntax

'Declaration
Public Property BeginningLine As UInteger
public uint BeginningLine { get; set; }
public:
virtual property unsigned int BeginningLine {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
abstract BeginningLine : uint32 with get, set 
override BeginningLine : uint32 with get, set
final function get BeginningLine () : uint 
final function set BeginningLine (value : uint)

Property Value

Type: System.UInt32

Implements

_Location.BeginningLine

.NET Framework Security

See Also

Reference

Location Class

Microsoft.Vsa.Vb.CodeDOM Namespace