Udostępnij za pośrednictwem


ModelStore.Annotation.Name Property

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

IModelAnnotation.Name

.NET Framework Security

See Also

Reference

ModelStore.Annotation Class

ModelStore.Annotation Members

Microsoft.Data.Schema.SchemaModel Namespace