PropertyGroup.GetComponentName Method

Returns the component name.

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Overridable Function GetComponentName As String
'Usage
Dim returnValue As String

returnValue = Me.GetComponentName()
protected virtual string GetComponentName()
protected:
virtual String^ GetComponentName()
protected function GetComponentName() : String
abstract GetComponentName : unit -> string 
override GetComponentName : unit -> string 

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace