Share via


SilverlightCell.Value Property

Gets or sets the value of the cell.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable Property Value As String
    Get
    Set
public virtual string Value { get; set; }
public:
virtual property String^ Value {
    String^ get ();
    void set (String^ value);
}
abstract Value : string with get, set
override Value : string with get, set
function get Value () : String
function set Value (value : String)

Property Value

Type: System.String
A String that represents the value of the cell.

.NET Framework Security

See Also

Reference

SilverlightCell Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace