Private Sub SetProjectProperty()
'The following Visual Basic example sets the property
' for a project name.
'The project is deactivated, renamed, and
' then reactivated.
Dim sDomainName As String
Dim sProjectName As String
Dim sReply As String
On Error GoTo err
sDomainName = "MyDomain"
sProjectName = "MyProject"