[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 byte Flags { get; set; }
Public Property Flags As Byte
public:
virtual property unsigned char Flags {
	unsigned char get () sealed;
	void set (unsigned char value) sealed;
}

Implements

IClientTarget..::.Flags

See Also