Share via


DropDownMember.Label Property

Gets or sets the text to be displayed.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Property Label As String
'Usage
Dim instance As DropDownMember 
Dim value As String 

value = instance.Label

instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
public function get Label () : String 
public function set Label (value : String)

Property Value

Type: System.String
The text to be displayed.

.NET Framework Security

See Also

Reference

DropDownMember Class

DropDownMember Members

Microsoft.VisualStudio.Package Namespace