PersonalInformation.AccountName Property
Gets the name of the user account.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string AccountName { get; set; }
public:
property String^ AccountName {
String^ get();
void set(String^ value);
}
Public Property AccountName As String
Property Value
Type: System.String
An instance of String that contains the name of the account.
See Also
PersonalInformation Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top