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; }