CodeGroup.MergeLogic Property

Definition

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 : string
Public MustOverride ReadOnly Property MergeLogic As String

Property 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.

Applies to