MemberChangeConflict.DatabaseValue Property
Gets the value of the field in the content database.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property DatabaseValue As Object
Get
Private Set
'Usage
Dim instance As MemberChangeConflict
Dim value As Object
value = instance.DatabaseValue
public Object DatabaseValue { get; private set; }
Property Value
Type: System.Object
A Object that represents the value of the field in the database.