[ConnectionStringParameterAttribute]
[LabelAttribute("Round To Nearest Timestamp")]
[DefaultValueAttribute(true)]
public bool RoundToNearestTimestamp { get; set; }
<ConnectionStringParameterAttribute>
<LabelAttribute("Round To Nearest Timestamp")>
<DefaultValueAttribute(true)>
Public Property RoundToNearestTimestamp As Boolean
Get
Set
public:
[ConnectionStringParameterAttribute]
[LabelAttribute(L"Round To Nearest Timestamp")]
[DefaultValueAttribute(true)]
property bool RoundToNearestTimestamp {
bool get ();
void set (bool value);
}
function get_RoundToNearestTimestamp();
function set_RoundToNearestTimestamp(value);