RefreshDefinition.UserIds Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("userIds")]
public System.Collections.Generic.IList<string>? UserIds { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("userIds")>]
member this.UserIds : System.Collections.Generic.IList<string> with get, set
Public Property UserIds As IList(Of String)

Property Value

Attributes

Applies to