ISupportTicketDetails.ContactDetailPrimaryEmailAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Primary email address.
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Primary email address.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="primaryEmailAddress", Update=true)]
public string ContactDetailPrimaryEmailAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Primary email address.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="primaryEmailAddress", Update=true)>]
member this.ContactDetailPrimaryEmailAddress : string with get, set
Public Property ContactDetailPrimaryEmailAddress As String
Property Value
- Attributes