RemoteAccessUser.FullName Property
Gets the full name that is associated with the user account.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string FullName { get; }
public:
property String^ FullName {
String^ get();
}
Public ReadOnly Property FullName As String
Property Value
Type: System.String
An instance of String that contains the full name.
See Also
RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top