adTempus API
ArcanaDevelopment.adTempus.CustomObjectSupport Namespace / CustomObjectSettingsBase Class / GetDescription Method

In This Topic
    GetDescription Method (CustomObjectSettingsBase)
    In This Topic
    Return a description of the object.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetDescription() As String
    public abstract string GetDescription()
    Remarks
    The value returned by GetDescription is what gets displayed as the description of the step in the user interface. Generally you want the desciption to include key settings from the object so it can be distinguished from others.
    See Also