adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / CustomProperties Property


In This Topic
    CustomProperties Property (ExecutionHistoryItem)
    In This Topic
    Custom properties set for this object. Custom properties set for this object.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property CustomProperties As ICustomProperties
    public override ICustomProperties CustomProperties {get;}
    public:
    property ICustomProperties^ CustomProperties {
       ICustomProperties^ get() override;
    }
    Remarks
    When CustomProperties are modified you must call SaveCustomProperties to save the changes.
    See Also