VCActiveXReference.Label 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 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