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
- field
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Field
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(Field)
See Also
Reference
AbstractEntityInstance Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace