VCProjectReference.Label Property

Definition

Gets the display name of the referenced assembly.

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

Property Value

A string representing the display name of the referenced assembly.

Implements

Attributes

Applies to