ContactItemType.GivenName Property

Definition

The GivenName property gets or sets a string value that contains the given name for a contact.

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

Property Value

The GivenName property returns a string value that contains the given name for a contact.

Remarks

A given name is usually the first name of a person.

Applies to