Share via


IsAvailableChangedEventArgs.IsAvailable Property

Gets whether or not the KinectSensor is available.

Syntax

public:
property bool IsAvailable {
         bool get ();
}
public bool IsAvailable { get; }
var isAvailable = isAvailableChangedEventArgs.isAvailable;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

The availability of the KinectSensor.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

IsAvailableChangedEventArgs Class
WindowsPreview.Kinect Namespace