Gets the number of CContentLink associated with this CContentLink.

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

Syntax

C#
public int LinkCount { get; }
Visual Basic
Public ReadOnly Property LinkCount As Integer
	Get
Visual C++
public:
property int LinkCount {
	int get ();
}

See Also