IModelAnnotation.Name Property
Gets or sets the name of this annotation.
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
An Identifier object.
Remarks
The name of this annotation might be nulla null reference (Nothing in Visual Basic).
.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.
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace
Identifier