IKeyValue.ContentType Property

Definition

The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The content type of the key-value's value.\r\n        Providing a proper content-type can enable transformations of values when they are retrieved by applications.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="contentType")]
public string ContentType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The content type of the key-value's value.\r\n        Providing a proper content-type can enable transformations of values when they are retrieved by applications.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="contentType")>]
member this.ContentType : string with get, set
Public Property ContentType As String

Property Value

Attributes

Applies to