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


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

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

    See Also