ConfigurableObject.TryConvertOutputProperty method (Object, PropertyDefinition, Object)

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

Syntax

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

returnValue = Me.TryConvertOutputProperty(value, _
    property, convertedValue)
protected bool TryConvertOutputProperty(
    Object value,
    PropertyDefinition property,
    out Object convertedValue
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ConfigurableObject class

ConfigurableObject members

TryConvertOutputProperty overload

Microsoft.Exchange.Data namespace