PersonalInfo.DisplayName Property
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