UserInfo.FullUserName Property
Gets the full name that is associated with the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string FullUserName { get; internal set; }
public:
[DataMemberAttribute]
property String^ FullUserName {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property FullUserName As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the full name.
See Also
UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top