JAMS Developer Guide
MergeOption Property (PropertyDefinition)


MVPSI.JAMS Namespace > PropertyDefinition Class : MergeOption Property
The merge action to take if there are multiple PropertyDefinitions in the inheritance chain.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The merge action to take if there are multiple PropertyDefinitions in the inheritance chain.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property MergeOption As MergeOption
'Usage
 
Dim instance As PropertyDefinition
Dim value As MergeOption
 
instance.MergeOption = value
 
value = instance.MergeOption
[System.ComponentModel.Description("The merge action to take if there are multiple PropertyDefinitions in the inheritance chain.")]
[System.ComponentModel.DefaultValue()]
public MergeOption MergeOption {get; set;}
Requirements

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

See Also

Reference

PropertyDefinition Class
PropertyDefinition Members