Share via


OAProject.Name Property

Gets or sets the name of the object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Property Name As String
'Usage
Dim instance As OAProject 
Dim value As String 

value = instance.Name

instance.Name = value
public virtual string Name { get; set; }
public:
virtual property String^ Name {
    String^ get ();
    void set (String^ value);
}
public function get Name () : String 
public function set Name (value : String)

Property Value

Type: System.String

Implements

Project.Name

.NET Framework Security

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace