SPUserCodeProperty.Value Property
Gets or sets the value of the property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Value As String
Get
Set
'Usage
Dim instance As SPUserCodeProperty
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Property Value
Type: System.String
Remarks
The value of the property.