PropertyGroup.ICustomTypeDescriptor.GetClassName Method

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

Syntax

'Declaration
Private Function GetClassName As String
    Implements ICustomTypeDescriptor.GetClassName
'Usage
Dim instance As PropertyGroup
Dim returnValue As String

returnValue = CType(instance, ICustomTypeDescriptor).GetClassName()
string ICustomTypeDescriptor.GetClassName()
private:
virtual String^ GetClassName() sealed = ICustomTypeDescriptor::GetClassName
JScript does not support explicit interface implementations.
private abstract GetClassName : unit -> string 
private override GetClassName : unit -> string 

Return Value

Type: System.String

Implements

ICustomTypeDescriptor.GetClassName()

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

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