BaasM365BackupUsersParametersMaxBound Property
|
Namespace:
Aruba.Cloud.BaasM365.BaasM365Manager.JobsParameters
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> MaxBound { get; set; }
Public Property MaxBound As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaxBound {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxBound : Nullable<int> with get, set
function get MaxBound () : Nullable<int>
function set MaxBound (value : Nullable<int>)
Property Value
Type:
NullableInt32See Also