Posted 18 Mar 2011 Link to this post
Posted 19 Mar 2011 Link to this post
<Display(Name:=
"Start Date"
, Description:=
"Report Starting Date"
, Prompt:=
, Order:=0)> _
Public
Property
StartDate()
As
Nullable(Of
Date
)
Get
Return
_StartDate
End
Set
(
ByVal
value
))
_StartDate = value
FirePropertyChanged(
"StartDate"
Protected
) =
Nothing
Posted 21 Mar 2011 Link to this post