Returns the boolean value which specifies whether “Secure Input” was set for the UDP process by the CA Harvest SCM administrator.
object.UserCanModifyInput
CaWUDP
A boolean - Indicates whether input is user modifiable.
Example
Dim objUDP Set objUDP = objContext.GetUDP() If objUDP.UserCanModifyInput Then
objUDP.SetInput(“Input String”)
End If
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|