FilterNodesItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets and sets a FilterNode in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public FilterNode this[
string ID
] { get; set; }
Public Property Item (
ID As String
) As FilterNode
Get
Set
public:
virtual property FilterNode^ Item[String^ ID] {
FilterNode^ get (String^ ID) sealed;
void set (String^ ID, FilterNode^ value) sealed;
}
function get_Item(ID);
function set_Item(value);
Parameters
- ID
- Type: SystemString
The ID of the FilterNode
Property Value
Type:
FilterNodeThe FilterNode you wish to place in the collection.
Return Value
Type:
FilterNodeThe FilterNode you wish to retrieve from the collection.
Remarks See Also