FilterNodesFilterString Property |
|
DataPA OpenAnalytics API Reference
Gets the filter string built from the selected nodes in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string FilterString { get; }
Public ReadOnly Property FilterString As String
Get
public:
virtual property String^ FilterString {
String^ get () sealed;
}
function get_FilterString();
Property Value
Type:
StringThe filter string built from the selected nodes in this collection.
Return Value
Type:
StringThe filter string built from the selected nodes in this collection.
Remarks See Also