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 : 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.