LuaPart.Purchased Property

PartProxy

LuaPartPurchased Property

Set and get purchased attribute

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Purchased { get; set; }
Public Property Purchased As Boolean
	Get
	Set
public:
property bool Purchased {
	bool get ();
	void set (bool value);
}
member Purchased : bool with get, set

Property Value

Type: Boolean
true if purchased; otherwise, false.
Exceptions
ExceptionCondition
Exception GetPurchased fallito. or SetPurchased fallito.
See Also