Partager via


FormPropertyBag.LastName Property

 

Retrieves the last name of the user from a UI.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public string LastName { get; internal set; }
public:
property String^ LastName {
    String^ get();
    internal: void set(String^ value);
}
Public Property LastName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

A String containing the last name of the user.

Remarks

The built-in UI uses this field to pass the last name of the user to an adorner.

See Also

FormPropertyBag Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace

Return to top