IModelElement.Name Property

Gets or sets the name of the element.

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

Syntax

'Declaration
Property Name As ModelIdentifier
ModelIdentifier Name { get; set; }
property ModelIdentifier^ Name {
    ModelIdentifier^ get ();
    void set (ModelIdentifier^ value);
}
abstract Name : ModelIdentifier with get, set
function get Name () : ModelIdentifier
function set Name (value : ModelIdentifier)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier object.

.NET Framework Security

See Also

Reference

IModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier