'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;}