CompleteNameType.FirstName Property

Definition

The FirstName property gets or sets the first name of a contact.

public:
 property System::String ^ FirstName { System::String ^ get(); void set(System::String ^ value); };
public string FirstName { get; set; }
Public Property FirstName As String

Property Value

The FirstName property returns the first name of a contact.

Applies to