ModelStore.Element.Name Property

Gets or sets the element name.

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

Syntax

'Declaration
Public Property Name As ModelStore..::..Identifier
    Get
    Set
'Usage
Dim instance As ModelStore..::..Element
Dim value As ModelStore..::..Identifier

value = instance.Name

instance.Name = value
public ModelStore..::..Identifier Name { get; set; }
public:
virtual property ModelStore..::..Identifier^ Name {
    ModelStore..::..Identifier^ get () sealed;
    void set (ModelStore..::..Identifier^ value) sealed;
}
final function get Name () : ModelStore..::..Identifier
final function set Name (value : ModelStore..::..Identifier)
abstract Name : ModelStore..::..Identifier with get, set
override Name : ModelStore..::..Identifier with get, set

Property Value

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

Implements

IModelElement.Name

.NET Framework Security

See Also

Reference

ModelStore.Element Class

ModelStore.Element Members

Microsoft.Data.Schema.SchemaModel Namespace