IVsProjectReference.Identity Property

Definition

Gets or sets the identity of the project reference.

public:
 property System::String ^ Identity { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Identity { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string Identity { get; set; }
public string Identity { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.Identity : string with get, set
member this.Identity : string with get, set
Public Property Identity As String

Property Value

The identity of the project reference.

Attributes

Applies to