LocalizedException.StringFormatParameters Property

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

Syntax

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

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