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