[Missing <summary> documentation for "P:Caisis.BOL.BusinessObject.HasSiblings"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool HasSiblings { get; }
Visual Basic
Public ReadOnly Property HasSiblings As Boolean
	Get
Visual C++
public:
virtual property bool HasSiblings {
	bool get () sealed;
}

Property Value

Type: Boolean

Implements

IBusinessObject..::..HasSiblings

See Also