RelatedItemsField.GetValidatedString method

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

Return value

Type: System.String
The serialized form of the value.

See also

Reference

RelatedItemsField class

RelatedItemsField members

Microsoft.SharePoint namespace