adTempus API
ArcanaDevelopment.adTempus.CustomObjectSupport Namespace / CustomObjectSettingsBase Class / ExtensionID Property

In This Topic
    ExtensionID Property (CustomObjectSettingsBase)
    In This Topic
    The unique ID for this class of custom objects.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public MustOverride ReadOnly Property ExtensionID As String
    [Browsable(false)]
    public abstract string ExtensionID {get;}
    Remarks
    This must match the extensionID in the XML definition file.
    See Also