Class Mandatory
Mandatory class to fetch the XML values related to Mandatory field.
public class Mandatory
- Inheritance
-
Mandatory
- Inherited Members
- Extension Methods
Properties
MinimumVersion
If this is set and 'Value' property is set to true then it will trigger the mandatory update only when current installed version is less than value of this property.
public string MinimumVersion { get; set; }
Property Value
UpdateMode
Mode that should be used for this update.
public Mode UpdateMode { get; set; }
Property Value
Value
Value of the Mandatory field.
public bool Value { get; set; }