Partager via


FormPropertyBag.FirstName Property

 

Retrieves the first name of a user from the UI.

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

Syntax

public string FirstName { get; internal set; }
public:
property String^ FirstName {
    String^ get();
    internal: void set(String^ value);
}
Public Property FirstName 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 first name of a user to an adorner.

See Also

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

Return to top