ConfigParameterOverrideList.Remove(ConfigParameterOverride) Method
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 bool Remove(System.Fabric.Description.ConfigParameterOverride item);
abstract member Remove : System.Fabric.Description.ConfigParameterOverride -> bool
override this.Remove : System.Fabric.Description.ConfigParameterOverride -> bool
Public Function Remove (item As ConfigParameterOverride) As Boolean
Parameters
Returns
System.Boolean
Implements
System.Collections.Generic.ICollection`1.Remove(`0)