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
- mvp
Type: System.Collections.IList
Return value
Type: System.String