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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.