Property which gives unique identity to control data to extend the scope of Control data from Page level to application level. So that data can be shared across multiple controls of similar type on different pages.

Namespace: FiftyOne.Framework.Mobile.Profile
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
string ProfileDataKey { get; set; }
Visual Basic
Property ProfileDataKey As String
	Get
	Set
Visual C++
property String^ ProfileDataKey {
	String^ get ();
	void set (String^ value);
}

See Also