UserListServiceGetDataInput.ColumnUris 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.
column uris
[System.Text.Json.Serialization.JsonPropertyName("columnUris")]
public System.Collections.Generic.List<string> ColumnUris { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("columnUris")>]
member this.ColumnUris : System.Collections.Generic.List<string> with get, set
Public Property ColumnUris As List(Of String)
Property Value
- Attributes