ActivitySensorTrigger.ReportInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the report interval for the trigger.
public:
property unsigned int ReportInterval { unsigned int get(); };
uint32_t ReportInterval();
public uint ReportInterval { get; }
var uInt32 = activitySensorTrigger.reportInterval;
Public ReadOnly Property ReportInterval As UInteger
Property Value
The current report interval for the trigger in milliseconds.