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
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)
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 Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace