public void AddCustomAttribute(
ServiceAttributeId id,
ElementType elementType,
Object value
)
Public Sub AddCustomAttribute (
id As ServiceAttributeId,
elementType As ElementType,
value As Object
)
public:
void AddCustomAttribute(
ServiceAttributeId id,
ElementType elementType,
Object^ value
)
member AddCustomAttribute :
id : ServiceAttributeId *
elementType : ElementType *
value : Object -> unit
If the elementType is a numerical type then this is equivalent to using CreateNumericalServiceElement(ElementType, Object) otherwise the value is used directly in creating the ServiceElement.