Share via


VBProjectConfigurationProperties5.BaseAddress Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property BaseAddress As UInteger
uint BaseAddress { get; set; }
property unsigned int BaseAddress {
    unsigned int get ();
    void set (unsigned int value);
}
abstract BaseAddress : uint32 with get, set
function get BaseAddress () : uint 
function set BaseAddress (value : uint)

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

VBProjectConfigurationProperties5 Interface

VSLangProj110 Namespace