ALM Site Administratation Client Type Library
CreateDomain Method
DomainName
The domain name.

ContactName
The contact name.

ContactEmail
The contact email.

UserQuota
The user connection number quota. -1 indicates an unlimited number of connections.

Description

Creates a new domain and retrieves the domain properties.

Syntax

Visual Basic
Public Function CreateDomain( _
   ByVal DomainName As String, _
   ByVal ContactName As String, _
   ByVal ContactEmail As String, _
   ByVal UserQuota As Long _
) As String

Parameters

DomainName
The domain name.

ContactName
The contact name.

ContactEmail
The contact email.

UserQuota
The user connection number quota. -1 indicates an unlimited number of connections.

Return Type

On success, returns an XML string containing the domain properties.

Example

See Also

Send documentation feedback to HP.