'Declaration
Public Enum MergeOption Inherits System.Enum
'Usage
Dim instance As MergeOption
public enum MergeOption : System.Enum
'Declaration
Public Enum MergeOption Inherits System.Enum
'Usage
Dim instance As MergeOption
public enum MergeOption : System.Enum
Member | Description |
---|---|
Append | Appends the new value to the inherited value. |
Combine | Combines the two values as a comma seperated list. |
Highest | Takes the highest of the two values. |
Inherit | Replaces {InheritedValue} in the current value with the inherited value. |
Insert | Inserts the new value before the inherited value. |
Lowest | Takes the lower of the two values. |
Replace | Replace the existing value with the new value. |
Sum | Adds the two values together. |
TakeFirst | Takes the first value that is set. |
Unknown | Unkown Merge Option |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.MergeOption
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2