Property.Value property
Gets or sets the value of the Property object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Value As Object
Get
Set
'Usage
Dim instance As [Property]
Dim value As Object
value = instance.Value
instance.Value = value
public Object Value { get; set; }
Property value
Type: System.Object
The value of the Property object.