Name Parser
IsMale Property



KellermanSoftware.NameParser Namespace > NameParts Class : IsMale Property
If true then a male, if false then female, if null, the gender could not be determined
Syntax
'Declaration
 
Public Property IsMale As Nullable(Of Boolean)
'Usage
 
Dim instance As NameParts
Dim value As Nullable(Of Boolean)
 
instance.IsMale = value
 
value = instance.IsMale
public Nullable<bool> IsMale {get; set;}
public:
property Nullable<bool> IsMale {
   Nullable<bool> get();
   void set (    Nullable<bool> 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