Share via


ModelElementClass.ClassName Property

Gets the class name.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ClassName As String
public string ClassName { get; }
public:
property String^ ClassName {
    String^ get ();
}
member ClassName : string
function get ClassName () : String

Property Value

Type: System.String
The name of the class.

.NET Framework Security

See Also

Reference

ModelElementClass Class

Microsoft.Data.Schema.SchemaModel Namespace