ConfigurableObject.GetProperties Method

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

Syntax

'Declaration
Public Function GetProperties ( _
    propertyDefinitions As ICollection(Of PropertyDefinition) _
) As Object()
'Usage
Dim instance As ConfigurableObject
Dim propertyDefinitions As ICollection(Of PropertyDefinition)
Dim returnValue As Object()

returnValue = instance.GetProperties(propertyDefinitions)
public Object[] GetProperties(
    ICollection<PropertyDefinition> propertyDefinitions
)

Parameters

Return Value

Type: []
Returns Object.