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 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
Function GetFormatted ( _
fieldName As String _
) As Object
'Usage
Dim instance As IEntityInstance
Dim fieldName As String
Dim returnValue As Object
returnValue = instance.GetFormatted(fieldName)
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
A Field object that represents the flattened complex structure.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace