ScheduledBackUpDailyVal Property
|
daily schedule,day value
Namespace:
Aruba.Cloud.Common.Entities
Assembly:
Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<int> DailyVal { get; set; }<DataMemberAttribute>
Public Property DailyVal As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> DailyVal {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member DailyVal : Nullable<int> with get, set
function get DailyVal () : Nullable<int>
function set DailyVal (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also