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

Gets the variable attributes.

[Visual Basic]
ReadOnly Property Attributes As Object
[C#]
object Attributes {get;}
[C++]
Object* get_Attributes() = 0;
[JScript]
abstract function get Attributes() : Object;

Property Value

The variable attributes.

See Also

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