DataProviderMetadata.PropertyBag Property

Definition

Gets settings for the data provider

[Newtonsoft.Json.JsonProperty(PropertyName="propertyBag")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringObject> PropertyBag { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="propertyBag")>]
member this.PropertyBag : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringObject>
Public ReadOnly Property PropertyBag As IList(Of KeyValuePairStringObject)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to