AutomationProperties.NameBuilder Property

Definition

Returns Name, which acts as a friendly identifier for the end users to identify the automated element.

public:
 property Func<System::String ^> ^ NameBuilder { Func<System::String ^> ^ get(); void set(Func<System::String ^> ^ value); };
public Func<string> NameBuilder { get; set; }
member this.NameBuilder : Func<string> with get, set
Public Property NameBuilder As Func(Of String)

Property Value

Func<String>

Applies to