UserProfileInfoProfilePath Field
A pointer to the roaming user profile path.
If the user does not have a roaming profile, this member can be
.
To retrieve the user's roaming profile path, call the
NetUserGetInfo function,
specifying information level
3 or
4.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string ProfilePath
Public ProfilePath As String
Dim instance As UserProfileInfo
Dim value As String
value = instance.ProfilePath
instance.ProfilePath = value
public:
String^ ProfilePath
val mutable ProfilePath: string
No code example is currently available or this language may not be supported.
Field Value
String