Gets or sets name of the link.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string LinkName { get; set; }
Visual Basic
Public Property LinkName As String
	Get
	Set
Visual C++
public:
property String^ LinkName {
	String^ get ();
	void set (String^ value);
}

See Also