ConfigurableObject.TryConvertOutputProperty method (Object, String, Object)

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

Syntax

'Declaration
Protected Function TryConvertOutputProperty ( _
    value As Object, _
    propertyInStr As String, _
    <OutAttribute> ByRef convertedValue As Object _
) As Boolean
'Usage
Dim value As Object
Dim propertyInStr As String
Dim convertedValue As Object
Dim returnValue As Boolean

returnValue = Me.TryConvertOutputProperty(value, _
    propertyInStr, convertedValue)
protected bool TryConvertOutputProperty(
    Object value,
    string propertyInStr,
    out Object convertedValue
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ConfigurableObject class

ConfigurableObject members

TryConvertOutputProperty overload

Microsoft.Exchange.Data namespace