This topic has not yet been rated - Rate this topic

CodeVariableReferenceExpression.VariableName Property

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.