IGender4Sex Property
IT Hit WebDAV Classes Reference
Specifies the gender object the business card represents.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax Nullable<Gender> Sex { get; set; }
Property Sex As Nullable(Of Gender)
Get
Set
property Nullable<Gender> Sex {
Nullable<Gender> get ();
void set (Nullable<Gender> value);
}
abstract Sex : Nullable<Gender> with get, set
Property Value
Type:
NullableGenderRemarks Specifies the gender object or null if no gender is specified.
See Also