Share via


IEntityInstance.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
Function GetFormatted ( _
    field As Field _
) As Object
'Usage
Dim instance As IEntityInstance
Dim field As Field
Dim returnValue As Object

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

Parameters

Return Value

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

See Also

Reference

IEntityInstance Interface

IEntityInstance Members

GetFormatted Overload

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace