_FormNameRuleCondition.FormName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Object that represents an array of form identifiers to be evaluated by the rule condition. Read/write.
public:
property System::Object ^ FormName { System::Object ^ get(); void set(System::Object ^ value); };
public object FormName { get; set; }
Public Property FormName As Object
Property Value
Remarks
Even though the Rules and Alerts Wizard uses the display name of a form as an identifier, programmatically, FormName uses the message class of the form as an identifier.
You can assign an array with one string or an array of multiple strings to the FormName property. Multiple form identifiers assigned in an array are evaluated using the logical OR operation.
FormName returns an error if it contains one or more empty strings.