VCActiveXReference.Identity Property

Definition

The identity of the referenced assembly.

public:
 property System::String ^ Identity { System::String ^ get(); };
public:
 property Platform::String ^ Identity { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2002)]
public string Identity { [System.Runtime.InteropServices.DispId(2002)] get; }
[<System.Runtime.InteropServices.DispId(2002)>]
[<get: System.Runtime.InteropServices.DispId(2002)>]
member this.Identity : string
Public ReadOnly Property Identity As String

Property Value

A string representing the identity of the referenced assembly.

Implements

Attributes

Applies to