Click or drag to resize

PageElementInfoInstanceName Property

Gets the instance name for this element. The instance name is most commonly used in wizards, see InstanceName The instance name is taken from the InstanceName property on the element if one is specified. If not, the instance name is defaulted from the element's Name.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string InstanceName { get; set; }

Property Value

Type: String
See Also