CodeGroup.MergeLogic Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the merge logic for the code group.
public:
 abstract property System::String ^ MergeLogic { System::String ^ get(); };public abstract string MergeLogic { get; }member this.MergeLogic : stringPublic MustOverride ReadOnly Property MergeLogic As StringProperty Value
A description of the merge logic for the code group.
Notes to Implementers
This property is a string description of the merge logic used by the code group to resolve the permissions granted by its child code groups. It is meant to aid administrators using the code group, but is not used by the policy system.