Previous Topic: Description Property (Read Only)

Next Topic: SetInput Method


UserCanModifyInput Property (Read Only)

Returns the boolean value which specifies whether “Secure Input” was set for the UDP process by the CA Harvest SCM administrator.

Syntax

object.UserCanModifyInput

Owning Class

CaWUDP

Return Value

A boolean - Indicates whether input is user modifiable.

Notes

Example

Dim objUDP
Set objUDP = objContext.GetUDP()
If objUDP.UserCanModifyInput Then
objUDP.SetInput(“Input String”)
End If

More information: