GetLogsRequestFrom Property
|
Namespace:
Aruba.Cloud.WsEndUser.Json
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<DateTime> From { get; set; }<DataMemberAttribute>
Public Property From As Nullable(Of DateTime)
Get
Set
public:
[DataMemberAttribute]
property Nullable<DateTime> From {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}[<DataMemberAttribute>]
member From : Nullable<DateTime> with get, set
function get From () : Nullable<DateTime>
function set From (value : Nullable<DateTime>)
Property Value
Type:
NullableDateTime
See Also