Language

GeneratedAttribute.Value Property

Definition

Gets or sets the names of the code generators that produced the source.

[Android.Runtime.Register("value", ApiSince=34)]
public string[]? Value { get; set; }
[<Android.Runtime.Register("value", ApiSince=34)>]
member this.Value : string[] with get, set

Property Value

String[]

An array containing the fully qualified name of each code generator.

Attributes

Remarks

This required annotation element identifies the code generator or generators responsible for the generated source.

Applies to