Share via


OnlookerDetectionOptions.Action Property

Definition

Gets or sets the onlooker detection action behavior.

public:
 property OnlookerDetectionAction Action { OnlookerDetectionAction get(); void set(OnlookerDetectionAction value); };
OnlookerDetectionAction Action();

void Action(OnlookerDetectionAction value);
public OnlookerDetectionAction Action { get; set; }
var onlookerDetectionAction = onlookerDetectionOptions.action;
onlookerDetectionOptions.action = onlookerDetectionAction;
Public Property Action As OnlookerDetectionAction

Property Value

A value of the enumeration that indicates the action taken when an onlooker is detected by the human presence sensors.

Applies to

See also