adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CustomTask Class / CustomObjectDefinition Property

In This Topic
    CustomObjectDefinition Property (CustomTask)
    In This Topic
    Gets or sets the ArcanaDevelopment.adTempus.Shared.Extensibility.ICustomObjectSettings, which contains the settings for the task.
    Syntax
    'Declaration
     
    
    Public Property CustomObjectDefinition As ICustomObjectSettings
    public ICustomObjectSettings CustomObjectDefinition {get; set;}
    Remarks
    The Get throws an exception if the custom object settings cannot be deserialized. Use TryGetCustomObjectDefinition to avoid the exception.
    See Also