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 the display name.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
[DataMemberAttribute]
public string DisplayName { get; internal set; }
public:
[DataMemberAttribute]
property String^ DisplayName {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property DisplayName As String
Get
Friend Set
End Property
Property Value
Type: System.String
The display name.
See Also
SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top