ASP.NET Pack Programmer's Guide
Window.Name Property
See Also
 





Gets the name of this Window.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string Name { get; }

Visual Basic  Copy Code

Public ReadOnly Property Name As String

 Property Value

Type: String
A string that specifies the id of the control.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace