ConfigParameterOverride Constructor
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.
public ConfigParameterOverride(string sectionName, string parameterName, string parameterValue, TimeSpan? timeout = default, bool persistAcrossUpgrade = false);
new System.Fabric.Description.ConfigParameterOverride : string * string * string * Nullable<TimeSpan> * bool -> System.Fabric.Description.ConfigParameterOverride
Public Sub New (sectionName As String, parameterName As String, parameterValue As String, Optional timeout As Nullable(Of TimeSpan) = Nothing, Optional persistAcrossUpgrade As Boolean = false)
Parameters
- sectionName
- System.String
- parameterName
- System.String
- parameterValue
- System.String
- timeout
- System.Nullable<System.TimeSpan>
- persistAcrossUpgrade
- System.Boolean