ManagedAssetTypeMaintenanceTypeDefaultParameterChange Property |
Default positive change of the tracked parameter between two maintenances. When not null, this schedule is taken with priority related to the general maintenance type schedule. null means, that maintenances are not scheduled based on parameter change.
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> DefaultParameterChange { get; set; }
Public Property DefaultParameterChange As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ DefaultParameterChange {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member DefaultParameterChange : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also