Share via


ModelElement.Name Property

Gets the identifier for the element.

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

Syntax

'Declaration
Public Property Name As ModelIdentifier
public ModelIdentifier Name { get; set; }
public:
virtual property ModelIdentifier^ Name {
    ModelIdentifier^ get () sealed;
    void set (ModelIdentifier^ value) sealed;
}
abstract Name : ModelIdentifier with get, set
override Name : ModelIdentifier with get, set
final function get Name () : ModelIdentifier
final function set Name (value : ModelIdentifier)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier object that represents the name of the element.

Implements

IModelElement.Name

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier