[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ushort X { get; set; }
Public Property X As UShort
public:
virtual property unsigned short X {
	unsigned short get () sealed;
	void set (unsigned short value) sealed;
}

Implements

IClientTarget..::.X

See Also