NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolVariable.AddressField2

Gets the second address of the variable.

[Visual Basic]
ReadOnly Property AddressField2 As Integer
[C#]
int AddressField2 {get;}
[C++]
int get_AddressField2() = 0;
[JScript]
abstract function get AddressField2() : int;

Property Value

The second address of the variable.

See Also

ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace