Share via


OAProjectReference.Name Property

Gets the name of the project reference.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Name As String
'Usage
Dim instance As OAProjectReference 
Dim value As String 

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

Property Value

Type: System.String

Implements

Reference.Name

.NET Framework Security

See Also

Reference

OAProjectReference Class

OAProjectReference Members

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