ContactItemType.GivenName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.