Add a set of custom attribute.
| C# | Visual Basic |
public void AddCustomAttributes( params ServiceAttribute[] serviceAttributes )
Public Sub AddCustomAttributes ( _ ParamArray serviceAttributes As ServiceAttribute() _ )
- serviceAttributes (array< ServiceAttribute >[]()[])
- A set of attributes as an array of ServiceAttribute.