Partager via


SerializableEmailAccountInfo.WSSUserName Property

 

Gets the WSS user name.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

[DataMemberAttribute]
public string WSSUserName { get; internal set; }
public:
[DataMemberAttribute]
property String^ WSSUserName {
    String^ get();
    internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property WSSUserName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The WSS user name.

See Also

SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top