public static string FindProfilePath(
string userName
)
Public Shared Function FindProfilePath (
userName As String
) As String
Dim userName As String
Dim returnValue As String
returnValue = UtilUserAccount.FindProfilePath(userName)
public:
static String^ FindProfilePath(
String^ userName
)
static member FindProfilePath :
userName : string -> string
No code example is currently available or this language may not be supported.
[Missing <param name="userName"/> documentation for "M:DevCase.Core.Windows.Users.UtilUserAccount.FindProfilePath(System.String)"]
No code example is currently available or this language may not be supported.
Dim profilePath As String = UserAccounts.FindProfilePath(username:="Administrator"))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.