SetAttribute
Element.SetAttribute method
Agrega un nuevo atributo. Si un atributo con ese nombre ya está presente en el elemento, su valor se cambia por el del valor parámetro.
public void SetAttribute(string name, string value)
Parámetro | Escribe | Descripción |
---|---|---|
name | String | El nombre del atributo. |
value | String | El valor del atributo. |
Ver también
- class Element
- espacio de nombres Aspose.Finance.Xbrl.Dom
- asamblea Aspose.Finance