AbstractEntityInstance.GetFormatted Method (Field)

Gets the value of the specified field after applying complex formatting.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetFormatted ( _
    field As Field _
) As Object
'Usage
Dim instance As AbstractEntityInstance
Dim field As Field
Dim returnValue As Object

returnValue = instance.GetFormatted(field)
public Object GetFormatted(
    Field field
)

Parameters

Return Value

Type: System.Object
An object that represents the flattened complex structure.

Implements

IEntityInstance.GetFormatted(Field)

See Also

Reference

AbstractEntityInstance Class

AbstractEntityInstance Members

GetFormatted Overload

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace