IPolicyProfile.AddEngine(PolicyEngineSettings) Method
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.
Starts adding a new policy engine to the profile.
public Microsoft.InformationProtection.Policy.IPolicyEngine AddEngine (Microsoft.InformationProtection.Policy.PolicyEngineSettings settings);
abstract member AddEngine : Microsoft.InformationProtection.Policy.PolicyEngineSettings -> Microsoft.InformationProtection.Policy.IPolicyEngine
Public Function AddEngine (settings As PolicyEngineSettings) As IPolicyEngine
Parameters
- settings
- PolicyEngineSettings
the settings object that specifies the engines parameters.
Returns
Newly created PolicyEngine.