ProvideTextEditorAutomationAttribute.CategoryName Property

 

Applies To: SQL Server 2016 Preview

Gets the category name

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

Syntax

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

Property Value

Type: System.String

A string value that specifies the category name.

See Also

ProvideTextEditorAutomationAttribute Class
RadLangSvc Namespace

Return to top