Click or drag to resize

ISynchronizableGetAttributes Method

Gets the list of supported interfaces for this ISynchronizable object.

Namespace:  EBP.Framework.Common.Interfaces.Synchronization
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
Object[] GetAttributes(
	params Type[] attributeTypes
)

Parameters

attributeTypes
Type: SystemType
An array containing the type of attributes to retrieve.

Return Value

Type: Object
Array of attributes.
See Also