ProtectionCommonSettings.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.
A list of name/value pairs used for testing and experimentation.
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))