Gets that ConditionalInstruction element from the collection, where the Name property value equals the specified name.

GetItem(String)

public ConditionalInstruction GetItem(string name);

Parameters

Parameter Description
name Specifies the name of the requested ConditionalInstruction element.

Return Value

The return value is null, if the TextControl.IsFormFieldValidationEnabled property is set to false or the collection does contain a ConditionalInstruction element with the specified name. Otherwise, the return value is an object of the type ConditionalInstruction with the specified name.