Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int Target { get; set; }
Visual Basic (Declaration)
Public Property Target As Integer
Visual C++
public:
virtual property int Target {
	int get () sealed;
	void set (int value) sealed;
}

Implements

IThruster..::.Target

See Also