Share via


ApplicationUpdateParameters.IdentifierUris Property

Definition

Gets or sets a collection of URIs for the application.

[Newtonsoft.Json.JsonProperty(PropertyName="identifierUris")]
public System.Collections.Generic.IList<string> IdentifierUris { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identifierUris")>]
member this.IdentifierUris : System.Collections.Generic.IList<string> with get, set
Public Property IdentifierUris As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to