PersonView.PersonQuery 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.
Gets or sets a string to automatically retrieve data on the specified query from the graph. Use PersonQueryMe to retrieve info about the current user. Otherwise, it's best to use an e-mail address as a query.
public string PersonQuery { get; set; }
member this.PersonQuery : string with get, set
Public Property PersonQuery As String