CreateContactInput.ContactGroups 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.
Array of integer ids referring to groups this contact will belong to.
[System.Text.Json.Serialization.JsonPropertyName("groups")]
public System.Collections.Generic.List<int?> ContactGroups { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("groups")>]
member this.ContactGroups : System.Collections.Generic.List<Nullable<int>> with get, set
Public Property ContactGroups As List(Of Nullable(Of Integer))
Property Value
- Attributes