CreateEventResponse.OrganizerId 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.
The id of the organizer of the event.
[System.Text.Json.Serialization.JsonPropertyName("organizer_id")]
public string OrganizerId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("organizer_id")>]
member this.OrganizerId : string with get, set
Public Property OrganizerId As String
Property Value
- Attributes