Name Parser
SpouseFirstName Property



KellermanSoftware.NameParser Namespace > NameParts Class : SpouseFirstName Property
The name of the spouse if there is a spouse in the name; Leo and Donna Bennett
Syntax
'Declaration
 
Public Property SpouseFirstName As String
'Usage
 
Dim instance As NameParts
Dim value As String
 
instance.SpouseFirstName = value
 
value = instance.SpouseFirstName
public string SpouseFirstName {get; set;}
public:
property String^ SpouseFirstName {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NameParts Class
NameParts Members