Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the display name.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string DisplayName { get; set; }
public:
[DataMemberAttribute]
property String^ DisplayName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property DisplayName As String
Property Value
Type: System.String
The display name.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top