Gets or sets the string key.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also