Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates and converts the field value into a serialized form.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetValidatedString ( _
value As Object _
) As String
'Usage
Dim instance As RelatedItemsField
Dim value As Object
Dim returnValue As String
returnValue = instance.GetValidatedString(value)
public override string GetValidatedString(
Object value
)
Parameters
value
Type: System.ObjectThe field value to convert.
Return value
Type: System.String
The serialized form of the value.