Share via


SPGridViewRowAttributeValue.Value property

Gets or sets the grid-view row attribute value.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Value As String
    Get
    Set
'Usage
Dim instance As SPGridViewRowAttributeValue
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }

Property value

Type: System.String

See also

Reference

SPGridViewRowAttributeValue class

SPGridViewRowAttributeValue members

Microsoft.SharePoint.WebControls namespace