Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
A Field object that represents the flattened complex structure.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace