LinkLabel::Link::Name Property

 

Gets or sets the name of the LinkLabel::Link.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String representing the name of the LinkLabel::Link. The default value is the empty string ("").

The Name property is useful for indexing by key.

.NET Framework
Available since 2.0
Return to top
Show: