CodeVariableReferenceExpression.VariableName Property
.NET Framework 1.1
Gets or sets the name of the local variable to reference.
[Visual Basic] Public Property VariableName As String [C#] public string VariableName {get; set;} [C++] public: __property String* get_VariableName(); public: __property void set_VariableName(String*); [JScript] public function get VariableName() : String; public function set VariableName(String);
Property Value
The name of the local variable to reference.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
CodeVariableReferenceExpression Class | CodeVariableReferenceExpression Members | System.CodeDom Namespace