PersonalInfo Constructor (PersonalInfo)
Creates a new instance of the PersonalInfo object, using the specified other personal information properties.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public PersonalInfo(
PersonalInfo other
)
public:
PersonalInfo(
PersonalInfo^ other
)
Public Sub New (
other As PersonalInfo
)
Parameters
other
Type: Microsoft.WindowsServerSolutions.Users.PersonalInfoThe other personal information properties.
See Also
PersonalInfo Overload
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top