IWindow.Name

IWindow.Name property

The name attribute of the Window object must, on getting, return the current name of the browsing context, and, on setting, set the name of the browsing context to the new value.

public string Name { get; set; }

Property Value

The name.

See Also