OpenApiXml.Attribute 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.
Declares whether the property definition translates to an attribute instead of an element. Default value is false.
public bool Attribute { get; set; }
member this.Attribute : bool with get, set
Public Property Attribute As Boolean