CreateTicketRequest.RequesterEmail 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.
Email of the requester. One of the Requester ID, Requester Email and Requester Phone is required
[System.Text.Json.Serialization.JsonPropertyName("email")]
public string RequesterEmail { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("email")>]
member this.RequesterEmail : string with get, set
Public Property RequesterEmail As String
Property Value
- Attributes