3dak Client

Mandantor.Category Property

The Category the Mandator Object is being referenced from

[Visual Basic]
Public Property ReadOnly Category As 
[C#]
public Category Category { get; }
[C++]
public: __property * get_Category();
[JScript]
public function get Category() : Category

Remarks

Not fully implemented yet. A Mandator can be referenced from many different Categories. Currently only returning the Category the Mandator has created by calling Category.getMandator()

See Also

Mandantor Class | ppm3dakClient.Shop Namespace | getMandator