CalculatedColumnUpdatingFilterObjectIDs Property |
|
DataPA OpenAnalytics API Reference
Gets a list of the IDs of any filter object that updates this calculated column
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<string> UpdatingFilterObjectIDs { get; }
Public ReadOnly Property UpdatingFilterObjectIDs As List(Of String)
Get
public:
virtual property List<String^>^ UpdatingFilterObjectIDs {
List<String^>^ get () sealed;
}
function get_UpdatingFilterObjectIDs();
Property Value
Type:
ListStringA list of the IDs of any filter object that updates this calculated column
Return Value
Type:
ListStringA list of the IDs of any filter object that updates this calculated column
Remarks See Also