AutomationProperties.NameBuilder 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 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)