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

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

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

See Also