[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

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

Gets, and in derived classes sets, user-specific flags.

Namespace:  BNSharp.BattleNet
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public UserFlags Flags { get; protected internal set; }
Visual Basic (Declaration)
Public Property Flags As UserFlags
Visual C++
public:
property UserFlags Flags {
	UserFlags get ();
	void set (UserFlags value);
}

See Also