Microsoftgraphorganization.BusinessPhones Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to