GetSchedulePlanScheduledMontlyRecurrence 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 Nullable<ScheduledMontlyRecurrence> ScheduledMontlyRecurrence { get; set; }<DataMemberAttribute>
Public Property ScheduledMontlyRecurrence As Nullable(Of ScheduledMontlyRecurrence)
Get
Set
public:
[DataMemberAttribute]
property Nullable<ScheduledMontlyRecurrence> ScheduledMontlyRecurrence {
Nullable<ScheduledMontlyRecurrence> get ();
void set (Nullable<ScheduledMontlyRecurrence> value);
}[<DataMemberAttribute>]
member ScheduledMontlyRecurrence : Nullable<ScheduledMontlyRecurrence> with get, set
function get ScheduledMontlyRecurrence () : Nullable<ScheduledMontlyRecurrence>
function set ScheduledMontlyRecurrence (value : Nullable<ScheduledMontlyRecurrence>)
Property Value
Type:
NullableScheduledMontlyRecurrence
See Also