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


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

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

    See Also