3dak Client

Mandantor.Active Property

Determines if Mandator is Active and can recieve Orders

[Visual Basic]
Public Property Boolean As 
[C#]
public bool Boolean { get; set; }
[C++]
public: __property  get_Boolean();
public: __property void set_Boolean(bool );
[JScript]
public function get Boolean() : bool
public function set Boolean(bool);

Property Value

Remarks

See Also

Mandantor Class | ppm3dakClient.Shop Namespace