Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event for the callback of IsPartOfServerUsers.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<IsPartOFServerUsersRequestCompletionArgs> IsPartOfServerUsersRequestCompletionCallback
public:
event EventHandler<IsPartOFServerUsersRequestCompletionArgs^>^ IsPartOfServerUsersRequestCompletionCallback {
void add(EventHandler<IsPartOFServerUsersRequestCompletionArgs^>^ value);
void remove(EventHandler<IsPartOFServerUsersRequestCompletionArgs^>^ value);
}
Public Event IsPartOfServerUsersRequestCompletionCallback As EventHandler(Of IsPartOFServerUsersRequestCompletionArgs)
See Also
UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top