CustomTypeElement.IsConfigured Property

Definition

Gets a value that indicates whether the element has been configured with non-default values.

public:
 property bool IsConfigured { bool get(); };
public bool IsConfigured { get; }
member this.IsConfigured : bool
Public ReadOnly Property IsConfigured As Boolean

Property Value

true if the element has been configured with non-default values; otherwise, false.

Applies to