Represents a user account on the computer that is running Windows Home Server.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
<GuidAttribute("2FF4441E-5EE5-466C-998B-42353E6A2578")> _
<InterfaceTypeAttribute(1)> _
<TypeLibTypeAttribute(256)> _
Public Interface IUserInfo
[GuidAttribute("2FF4441E-5EE5-466C-998B-42353E6A2578")]
[InterfaceTypeAttribute(1)]
[TypeLibTypeAttribute(256)]
public interface IUserInfo
[GuidAttribute(L"2FF4441E-5EE5-466C-998B-42353E6A2578")]
[InterfaceTypeAttribute(1)]
[TypeLibTypeAttribute(256)]
public interface class IUserInfo
/** @attribute GuidAttribute("2FF4441E-5EE5-466C-998B-42353E6A2578") */
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute TypeLibTypeAttribute(256) */
public interface IUserInfo
GuidAttribute("2FF4441E-5EE5-466C-998B-42353E6A2578")
InterfaceTypeAttribute(1)
TypeLibTypeAttribute(256)
public interface IUserInfo
The IUserInfo interface exposes a set of properties that represent attributes of an individual user account on the home server.
The IUserInfo interface exposes the following read-only properties:
-
The Enabled property indicates whether the user account is enabled on the home server.
-
The FirstName property contains the first name of the user who is associated to the user account.
-
The LastName property contains the last name of the user who is associated to the user account.
-
The LogOnName property contains the user name that is used to log on to the home server.
-
The PasswordStrength property indicates the password strength of the user account.
-
The RemoteAllowed property indicates whether the user can remotely access the home server.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server