Share via


LocalizedString.FormatParameters property

Namespace:  Microsoft.Exchange.Data.Common
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property FormatParameters As ReadOnlyCollection(Of Object)
    Get
'Usage
Dim instance As LocalizedString
Dim value As ReadOnlyCollection(Of Object)

value = instance.FormatParameters
public ReadOnlyCollection<Object> FormatParameters { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Object>
Returns ReadOnlyCollection<T>.

See also

Reference

LocalizedString structure

LocalizedString members

Microsoft.Exchange.Data.Common namespace