Condividi tramite


PropertyValue.IsDefaultValue Proprietà

Definizione

Se implementata in una classe derivata, ottiene un valore che indica se Value è il valore predefinito della proprietà.

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

Valore della proprietà

true se il valore è il valore predefinito; in caso contrario, false.

Si applica a