Share via


PrivateStore.Recipients Property

Definition

Gets or sets list of notified recipients for new requests

[Newtonsoft.Json.JsonProperty(PropertyName="properties.notificationsSettings.recipients")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Recipient> Recipients { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.notificationsSettings.recipients")>]
member this.Recipients : System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Recipient> with get, set
Public Property Recipients As IList(Of Recipient)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to