monthlyBackupMonthDays Property
|
days of month for backup scheduling(1-31)
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>[] MonthDays { get; set; }<DataMemberAttribute>
Public Property MonthDays As Nullable(Of Integer)()
Get
Set
public:
[DataMemberAttribute]
property array<Nullable<int>>^ MonthDays {
array<Nullable<int>>^ get ();
void set (array<Nullable<int>>^ value);
}[<DataMemberAttribute>]
member MonthDays : Nullable<int>[] with get, set
function get MonthDays () : Nullable<int>[]
function set MonthDays (value : Nullable<int>[])
Property Value
Type:
NullableInt32
See Also