AlarmArea.GetFilterAsync Method

Gets the filter containg childrens of an Alarm Area.
<ID("GetFilterAsync", (int)e.GetFilterAsync)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function GetFilterAsync() As Task(Of String)
This language is not supported or no code example is available.
[ID("GetFilterAsync", (int)e.GetFilterAsync)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public Task<string> GetFilterAsync()
This language is not supported or no code example is available.

Return Value

Task<string>

.NET Framework

Supported in: 4.8

In this article

Definition