Table of Contents

Property Filter

Namespace
Skyline.DataMiner.Net.AlarmTemplateHelper
Assembly
SLNetTypes.dll

Filter

Gets or sets the filter.

public string Filter { get; set; }

Property Value

string

The filter.

Remarks

Keep in mind that setting the filter value to "" or a null reference will prevent the alarms from being triggered. A “*” character needs to be filled in. Keep this in mind when retrieving rows from alarm templates. When a template is made via Cube, the filter value of this type of parameters will always be a “*” by default. So when creating a AlarmTemplateRowID object, you have to fill that in in the filter field.