monthlyBackupLastDayOfTheMonth Property
|
occur the last day of month
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<bool> LastDayOfTheMonth { get; set; }<DataMemberAttribute>
Public Property LastDayOfTheMonth As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> LastDayOfTheMonth {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member LastDayOfTheMonth : Nullable<bool> with get, set
function get LastDayOfTheMonth () : Nullable<boolean>
function set LastDayOfTheMonth (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also