AbstractEntityInstance.GetFormatted Method (String)

NOTE: This API is now obsolete.

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

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

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetFormatted ( _
    fieldName As String _
) As Object
'Usage
Dim instance As AbstractEntityInstance
Dim fieldName As String
Dim returnValue As Object

returnValue = instance.GetFormatted(fieldName)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Object GetFormatted(
    string fieldName
)

Parameters

  • fieldName
    Type: System.String

    The name of a Field object in the entity instance that represents a complex structure.

Return Value

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

Implements

IEntityInstance.GetFormatted(String)

See Also

Reference

AbstractEntityInstance Class

AbstractEntityInstance Members

GetFormatted Overload

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace