'Declaration
<ComVisibleAttribute(False)> Public Property LastPasswordChange As Nullable(Of Date)
[ComVisible(false)] public Nullable<DateTime> LastPasswordChange {get; set;}
[ComVisible(false)] public: property Nullable<DateTime> LastPasswordChange { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }