IAnnotatable.Item[String] Property

Definition

Gets the value annotation with the given name, returning null if it does not exist.

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

Parameters

name
String

The name of the annotation to find.

Property Value

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

Applies to