IVsComReference.Identity Property

Definition

Gets or sets the identity of the COM 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 COM reference.

Attributes

Remarks

The identity contains the GUID and version of the COM reference. The identity can be used to uniquely identify the reference from among other COM references.

Applies to