Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# user name session

UserAccount.UserAccountCollection userAccounts = UserAccount.GetInstances("Name='ASPNET'");
foreach ( UserAccount userAccount in userAccounts)
{
MessageBox.Show("Name : "+userAccount.Name
+"
FullName : "+userAccount.FullName);
}
Source by codes-sources.commentcamarche.net #
 
PREVIOUS NEXT
Tagged: #user #session
ADD COMMENT
Topic
Name
7+5 =