IModelElement.Name Property

Gets or sets the name of the IModelElement.

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

Syntax

'Declaration
Property Name As ModelStore.Identifier
'Usage
Dim instance As IModelElement 
Dim value As ModelStore.Identifier 

value = instance.Name

instance.Name = value
ModelStore.Identifier Name { get; set; }
property ModelStore.Identifier^ Name {
    ModelStore.Identifier^ get ();
    void set (ModelStore.Identifier^ value);
}
function get Name () : ModelStore.Identifier 
function set Name (value : ModelStore.Identifier)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
Returns a ModelStore.Identifier.

.NET Framework Security

See Also

Reference

IModelElement Interface

IModelElement Members

Microsoft.Data.Schema.SchemaModel Namespace