ActivityResponse.UserId 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.
Id of the user whom the activity is assigned to.
[System.Text.Json.Serialization.JsonPropertyName("user_id")]
public int? UserId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("user_id")>]
member this.UserId : Nullable<int> with get, set
Public Property UserId As Nullable(Of Integer)
Property Value
- Attributes