WebJobsAuthenticationEventsCloudEventRequest<TResponse,TData>.ODataType 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.
Gets or sets the cloud event data type.
[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("oDataType")]
public string ODataType { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("oDataType")>]
member this.ODataType : string with get, set
Public Property ODataType As String
Property Value
Data type of cloud event.
- Attributes