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
- propertyDefinitions
Type: System.Collections.Generic.ICollection<PropertyDefinition>
Return Value
Type: []
Returns Object.
See Also