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

In This Topic
    CustomProperties Property (JobExecutionSettings)
    In This Topic
    Custom Properties to set for this instance.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    <RequiredVersionAttribute(5, 
       0, 
       3, 
       6)>
    Public ReadOnly Property CustomProperties As ICustomProperties
    [NotNull()]
    [RequiredVersion(5, 
       0, 
       3, 
       6)]
    public ICustomProperties CustomProperties {get;}
    Remarks
    The custom properties are copied to the CustomProperties of the instance(s) created for this request.
    See Also