Share via


ConventionAnnotatable.IMutableAnnotatable.Item[String] Property

Definition

Gets or sets the value of the annotation with the given name.

object Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
object? Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item(string) : obj with get, set
 Property Item(name As String) As Object Implements IMutableAnnotatable.Item

Parameters

name
String

The name of the annotation.

Property Value

The value of the existing annotation if an annotation with the specified name already exists. Otherwise, null.

Implements

Attributes

Applies to