 | 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)
SyntaxObject[] GetAttributes(
params Type[] attributeTypes
)
Function GetAttributes (
ParamArray attributeTypes As Type()
) As Object()
Parameters
- attributeTypes
- Type: SystemType
An array containing the type of attributes to retrieve.
Return Value
Type:
ObjectArray of attributes.
See Also