GeneratedAttribute.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.