Provides the base requirements of a variable definition.
Properties
DeclaringModule
Gets the reference to the module in which the variable is declared.
Property Value
- IModule
Reference : The reference to the module in which the variable is declared.
IsConstant
Gets whether the variable is a constant.
Property Value
- bool:
true
if the variable is a constant; otherwise,false
.
IsPublic
Gets whether the variable is public.
Property Value
- bool:
true
if the variable is public; otherwise,false
.
Type
Gets a IType
Property Value
- IType
Definition : A IType
Definition indicating the variable type, if known.
TypeExpressionTextRange
Gets the variable type expression Text