ALM Site Administration API Type Library
SetProjectParam Method
Description
Sets the value of the specified project parameter. If the parameter is not defined, creates it.
Syntax
Visual Basic
Public Sub SetProjectParam( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal ParamName As String, _
   ByVal ParamValue As String _
) 
Parameters
DomainName
The logical group of projects in the ALM database.
ProjectName
The name of the project in the ALM database.
ParamName
The parameter name is case-sensitive.
ParamValue
The value is generally case-sensitive.
See Also