ArcAgentryConfigurations.ProtectedSettings 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 configuration settings for the feature that contain any sensitive or secret information.
public System.Collections.Generic.IDictionary<string,string> ProtectedSettings { get; set; }
member this.ProtectedSettings : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ProtectedSettings As IDictionary(Of String, String)