Share via


IVsProjectReference.Identity Property

Gets or sets the identity of the project reference.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Property Identity As String
string Identity { get; set; }
property String^ Identity {
    String^ get ();
    void set (String^ value);
}
abstract Identity : string with get, set
function get Identity () : String 
function set Identity (value : String)

Property Value

Type: System.String
The identity of the project reference.

.NET Framework Security

See Also

Reference

IVsProjectReference Interface

Microsoft.VisualStudio.Shell.Interop Namespace