PropertyItem



Returns theIPropertyObject at the given index.



Syntax:

Procedure: PropertyItem(Index: Integer);


API Calls

Delphi

PlanSwift Code:


Result := Item.PropertyItem(0).Name;


FreshDesk Code:


If Item.ItemType <> 'Property' then
  Item.ItemType := 'Property';



Coming soon

C#

public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon