PersonalizationEntry.Value Property

Definition

Gets or sets the personalization state information for this entry.

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

Property Value

An object representing personalization state information.

Remarks

Note that the custom state information contained in this property must have an associated scope, specified in the Scope property. This property can be set to null.

Applies to