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
.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.