adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / SecurityTemplateCollection Class
Members


In This Topic
    SecurityTemplateCollection Class
    In This Topic
    Object Model
    SecurityTemplateCollection ClassSecurityTemplate Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class SecurityTemplateCollection 
       Inherits ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT(Of SecurityTemplate)
    [DefaultMember("Item")]
    public ref class SecurityTemplateCollection sealed : public ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<SecurityTemplate> 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>
          ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<T>
             ArcanaDevelopment.adTempus.Client.Collections.SecurityTemplateCollection

    See Also