PropertyExists Method for a Property Set
The description of the PropertyExists method for a property set is the same as the description of the PropertyExists method for a business service. For more information, see PropertyExists Method for a Business Service.
Format
oPropSet.PropertyExists(propName)
The arguments you can use with this format are the same as the arguments described in PropertyExists Method for a Business Service.
Usage
The GetProperty method returns an empty string for every nonexistent property, so you can use the PropertyExists method in an If statement to determine if a specific property is set.
Used With
Browser Script, COM Data Control, COM Data Server, Siebel Java Data Bean, Mobile Web Client Automation Server, Server Script
Examples
For an example, see GetFirstProperty Method for a Property Set.