RemoteAccessUser.BackingAccountName Property
Returns the user name of the Windows Identity that backs the current user account.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string BackingAccountName { get; }
public:
property String^ BackingAccountName {
String^ get();
}
Public ReadOnly Property BackingAccountName As String
Property Value
Type: System.String
An instance of String that contains the user name.
See Also
RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top