Share via


Contacts.ContactList Property

Definition

Gets or sets the contact list for the vault certificates.

[Newtonsoft.Json.JsonProperty(PropertyName="contacts")]
public System.Collections.Generic.IList<Microsoft.Azure.KeyVault.Models.Contact> ContactList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contacts")>]
member this.ContactList : System.Collections.Generic.IList<Microsoft.Azure.KeyVault.Models.Contact> with get, set
Public Property ContactList As IList(Of Contact)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to