IMutableAnnotatable.Item[String] Property

Definition

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

public object this[string name] { get; set; }
public object? this[string name] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(name As String) As Object

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.

Applies to