IVsProjectReference.Identity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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