BaasM365ChangeAccountBackupConfigurationJsonParametersBackupTimeSlotID Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities.Jobs.JsonParameter
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> BackupTimeSlotID { get; set; }Public Property BackupTimeSlotID As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> BackupTimeSlotID {
Nullable<int> get ();
void set (Nullable<int> value);
}member BackupTimeSlotID : Nullable<int> with get, set
function get BackupTimeSlotID () : Nullable<int>
function set BackupTimeSlotID (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also