PersonalizationState.IsEmpty Property

Definition

When overridden, gets a value that indicates whether any personalization state was extracted by a state instance.

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

Property Value

true if any personalization state was extracted by a state instance; otherwise, false.

Remarks

This property is an abstract definition of a property that can be called to determine whether any personalization state was extracted by a state instance.

Applies to