LogClientReverseDnsDate Property |
Gets or sets the time that
ReverseDns was acquired.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<DateTime> ReverseDnsDate { get; set; }
Public Property ReverseDnsDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ReverseDnsDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ReverseDnsDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also