ActivityResponse.ContactName 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.
Name of person the activity is associated with.
[System.Text.Json.Serialization.JsonPropertyName("person_name")]
public string ContactName { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("person_name")>]
member this.ContactName : string with get, set
Public Property ContactName As String
Property Value
- Attributes