Office365UsersModelFactory.EntityListResponseIReadOnlyListUser Method
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.
Creates a new instance of EntityListResponseIReadOnlyListUser(List<User>, String).
public static Azure.Connectors.Sdk.Office365Users.Models.EntityListResponseIReadOnlyListUser EntityListResponseIReadOnlyListUser(System.Collections.Generic.List<Azure.Connectors.Sdk.Office365Users.Models.User> value = default, string nextLink = default);
static member EntityListResponseIReadOnlyListUser : System.Collections.Generic.List<Azure.Connectors.Sdk.Office365Users.Models.User> * string -> Azure.Connectors.Sdk.Office365Users.Models.EntityListResponseIReadOnlyListUser
Public Shared Function EntityListResponseIReadOnlyListUser (Optional value As List(Of User) = Nothing, Optional nextLink As String = Nothing) As EntityListResponseIReadOnlyListUser
Parameters
- nextLink
- String