IPersonYearOfBirth Property |
Year Of Birth e.g. 1969
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxshort YearOfBirth { get; set; }
Property YearOfBirth As Short
Get
Set
Dim instance As IPerson
Dim value As Short
value = instance.YearOfBirth
instance.YearOfBirth = value
property short YearOfBirth {
short get ();
void set (short value);
}
Property Value
Type:
Int16
See Also