VCReference.Label Property
Gets the display name of the referenced assembly.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property Label As String
'Usage
Dim instance As VCReference
Dim value As String
value = instance.Label
string Label { get; }
property String^ Label {
String^ get ();
}
function get Label () : String
Property Value
Type: System.String
A string representing the display name of the referenced assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.