DataSource.HasConfigurationCondition Property

Definition

Indicates if a property is configuration-dependent as indicated by the presence of a configuration condition attached to the property definition at its persistence location.

public:
 property bool HasConfigurationCondition { bool get(); void set(bool value); };
public bool HasConfigurationCondition { get; set; }
public bool HasConfigurationCondition { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.HasConfigurationCondition : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HasConfigurationCondition : bool with get, set
Public Property HasConfigurationCondition As Boolean

Property Value

true if a property is configuration-dependent; otherwise, false.

Attributes

Remarks

This field is optional and has the default value of true.

Applies to