IUserExtension2.IsLocalUserMapped Method (String)
Checks whether a local user is mapped to an online user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
bool IsLocalUserMapped(
string userName
)
bool IsLocalUserMapped(
String^ userName
)
Function IsLocalUserMapped (
userName As String
) As Boolean
Parameters
userName
Type: System.StringThe account name of the user.
Return Value
Type: System.Boolean
Returns Boolean.
Remarks
This is only available on Small Business Server 2011 Essentials.
If the local user is mapped to an online user, the method returns True; otherwise, False.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top