ProjectProperties Object : ParamValue Property |
Visual Basic |
---|
Public Property ParamValue( _ ByVal vParam As Variant _ ) As String |
Set prj = my_TDConnection.ProjectProperties If prj.ParamValue("VCS") = "Y" Then MsgBox "Version control is on" Else MsgBox "Version control is off" End If