ADSJob class

UserInterfaceProperties property

    

The UserInterfaceProperties property determines which properties of the job users of the Schedule Administrator will be permitted to modify if the UserInterfaceControl property contains the ADS_USE_DISPLAY_PROPERTIES value.

Data Type

ADSDisplayProperties enumeration

Syntax

 

C++

job->get_UserInterfaceProperties(ADSDisplayProperties *value)
job
->
put_UserInterfaceProperties(ADSDisplayProperties value)

VB

job.UserInterfaceProperties

Values

This property may be set to any combination of the valid ADSDisplayProperties values.

Remarks

See the UserInterfaceControl topic for information on using this property.