FilterNodeHasDescendants Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this node has any descendant nodes.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasDescendants { get; }
Public ReadOnly Property HasDescendants As Boolean
Get
public:
virtual property bool HasDescendants {
bool get () sealed;
}
function get_HasDescendants();
Property Value
Type:
BooleanTrue if this node has any descendant nodes.
Return Value
Type:
BooleanTrue if this node has any descendant nodes.
Remarks See Also