Share via


ModelAnnotationClass.ClassName Property

Gets the annotation 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 class name.

.NET Framework Security

See Also

Reference

ModelAnnotationClass Class

Microsoft.Data.Schema.SchemaModel Namespace