Share via


ExtenderBaseAddress Property

The BaseAddress to use

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(False)> _
Public Property ExtenderBaseAddress As UInteger
    Get
    Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As UInteger

value = instance.ExtenderBaseAddress

instance.ExtenderBaseAddress = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public uint ExtenderBaseAddress { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public:
property unsigned int ExtenderBaseAddress {
    unsigned int get ();
    void set (unsigned int value);
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(false)>]
member ExtenderBaseAddress : uint32 with get, set
function get ExtenderBaseAddress () : uint
function set ExtenderBaseAddress (value : uint)

Property Value

Type: System..::..UInt32

See Also

Reference

DatabaseConfigurationExtender Class

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