ProfilePropertyLoader.ApplyFormattingEx Method (Property, Object[])
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function ApplyFormattingEx ( _
prop As Property, _
propValue As Object() _
) As String
'Usage
Dim instance As ProfilePropertyLoader
Dim prop As [Property]
Dim propValue As Object()
Dim returnValue As String
returnValue = instance.ApplyFormattingEx(prop, _
propValue)
public string ApplyFormattingEx(
Property prop,
Object[] propValue
)
Parameters
- propValue
Type: []
Return Value
Type: System.String