[Missing <summary> documentation for "P:Nui.NuiSensor.Context"]

Namespace: Nui
Assembly: KinectRawViewer (in KinectRawViewer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Context Context { get; private set; }
Visual Basic
Public Property Context As Context
	Get
	Private Set
Visual C++
public:
property Context^ Context {
	Context^ get ();
	private: void set (Context^ value);
}

See Also