Gets or sets the given name of the contact.
Namespace: Reimers.CoreAssembly: Reimers.Core (in Reimers.Core.dll) Version: 5.3.95.699 (5.3.95.699)
Syntax
C# |
---|
string GivenName { get; set; } |
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | value == null |
Contracts
Get
Ensures |
---|
Contract.Result<string>() != null |
Set
Requires | ||
---|---|---|
value != null
|