Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the annotation
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Name As ModelStore.Identifier
'Usage
Dim instance As ModelStore.Annotation
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;
}
public final function get Name () : ModelStore.Identifier
public final function set Name (value : ModelStore.Identifier)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
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.