OAProjectItem.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
    Get
    Set
'Usage
Dim instance As OAProjectItem
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);
}
function get Name () : String
function set Name (value : String)
abstract Name : string with get, set
override Name : string with get, set

Property Value

Type: System.String

Implements

ProjectItem.Name

.NET Framework Security

See Also

Reference

OAProjectItem Class

OAProjectItem Members

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