PersonalizationEntry::Value Property

 

Gets or sets the personalization state information for this entry.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property Object^ Value {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

An object representing personalization state information.

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.

.NET Framework
Available since 2.0
Return to top
Show: