This topic has not yet been rated - Rate this topic

CodeNamespace.Name Property

Gets or sets the name of the namespace.

[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
public: __property String* get_Name();
public: __property void set_Name(String*);
[JScript]
public function get Name() : String;
public function set Name(String);

Property Value

The name of the namespace.

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

CodeNamespace Class | CodeNamespace Members | System.CodeDom Namespace

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