PolicyEngineSettings.CustomSettings 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.
The custom settings, used for feature gating and testing.
public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string,string>> CustomSettings { get; set; }
member this.CustomSettings : System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> with get, set
Public Property CustomSettings As List(Of KeyValuePair(Of String, String))