AbstractEntityInstance.GetFormatted Method (Field)
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public Object GetFormatted(
Field field
)
Parameters
field
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.FieldA 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(Field)
See Also
Reference
AbstractEntityInstance Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace