ProvideTextEditorAutomationAttribute.PageName Property

 

Applies To: SQL Server 2016 Preview

Gets the page name

Namespace:   RadLangSvc
Assembly:  RadLangSvc (in RadLangSvc.dll)

Syntax

public string PageName { get; }
public:
property String^ PageName {
    String^ get();
}
member PageName : string with get
Public ReadOnly Property PageName As String

Property Value

Type: System.String

A string value that specifies the page name.

See Also

ProvideTextEditorAutomationAttribute Class
RadLangSvc Namespace

Return to top