ParameterBindingInfo.Exclude 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.
Gets a comma-delimited list of property names for which binding is disabled.
public virtual System.Collections.Generic.ICollection<string> Exclude { get; }
member this.Exclude : System.Collections.Generic.ICollection<string>
Public Overridable ReadOnly Property Exclude As ICollection(Of String)
Property Value
The exclude list.