Property IncludeResourceListing
IncludeResourceListing
Gets or sets whether to include resource listings in the activation context.
public bool IncludeResourceListing { get; set; }
Property Value
Examples
Disabling resource listings in activation:
var activator = new SkillActivator();
activator.IncludeResourceListing = false;