GetSchedulePlanScheduleDaysOfMonth Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public int[] ScheduleDaysOfMonth { get; set; }<DataMemberAttribute>
Public Property ScheduleDaysOfMonth As Integer()
Get
Set
public:
[DataMemberAttribute]
property array<int>^ ScheduleDaysOfMonth {
array<int>^ get ();
void set (array<int>^ value);
}[<DataMemberAttribute>]
member ScheduleDaysOfMonth : int[] with get, set
function get ScheduleDaysOfMonth () : int[]
function set ScheduleDaysOfMonth (value : int[])
Property Value
Type:
Int32
See Also