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