Share via


DaprComponent.Metadata Property

Definition

Gets or sets component metadata

[Newtonsoft.Json.JsonProperty(PropertyName="metadata")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprMetadata> Metadata { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metadata")>]
member this.Metadata : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprMetadata> with get, set
Public Property Metadata As IList(Of DaprMetadata)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to