SerializableEmailAccountInfo.LastName Property
Gets and sets the last name of the user associated with the account.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
[DataMemberAttribute]
public string LastName { get; internal set; }
public:
[DataMemberAttribute]
property String^ LastName {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property LastName As String
Get
Friend Set
End Property
Property Value
Type: System.String
The last name of the user.
See Also
SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top