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.AddressField3

Gets the third address of the variable.

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

Property Value

The third address of the variable.

See Also

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