Share via


IMicrosoftGraphOrganization.BusinessPhone Property

Definition

Telephone number for the organization. Although this is a string collection, only one number can be set for this property.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Telephone number for the organization. Although this is a string collection, only one number can be set for this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="businessPhones", Update=true)]
public string[] BusinessPhone { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Telephone number for the organization. Although this is a string collection, only one number can be set for this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="businessPhones", Update=true)>]
member this.BusinessPhone : string[] with get, set
Public Property BusinessPhone As String()

Property Value

String[]
Attributes

Applies to