Share via


Task.FormatMultiValuedProperty Method

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Protected Function FormatMultiValuedProperty ( _
    mvp As IList _
) As String
'Usage
Dim mvp As IList
Dim returnValue As String

returnValue = Me.FormatMultiValuedProperty(mvp)
protected string FormatMultiValuedProperty(
    IList mvp
)

Parameters

Return Value

Type: System.String