Share via


AddedReference.Reference Property

Gets the name of the added reference.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property Reference As String
'Usage
Dim instance As AddedReference 
Dim value As String 

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

Property Value

Type: System.String
The name of the added reference.

.NET Framework Security

See Also

Reference

AddedReference Class

AddedReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace