User.GetFromId(String) 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.
Gets a user with a given Id.
public:
static User ^ GetFromId(Platform::String ^ nonRoamableId);
static User GetFromId(winrt::hstring const& nonRoamableId);
public static User GetFromId(string nonRoamableId);
function getFromId(nonRoamableId)
Public Shared Function GetFromId (nonRoamableId As String) As User
Parameters
- nonRoamableId
-
String
Platform::String
winrt::hstring
The Id of the user to get.
Returns
The user with the given Id.