Returns the boolean value that specifies whether “Secure Input” was set for the UDP process by the CA Harvest SCM administrator.
Notes:
CaUDP
bool-whether input is user modifiable
None
Example
CaUDP& rUDP = rContext.GetUDP(); if( rUDP.GetUserCanModifyInput() == true ) rUDP.SetInput(“Input String”);
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|