~~NOTRANS~~ ====== OpcWriteTextArrayPropertyValueCallback Delegate ====== **Namespace:** Opc.UaFx \\ **Assemblies:** Opc.UaFx.Advanced.dll Represents the method that will write the value of a text array property node. **C#** \\ <code csharp> public delegate OpcPropertyValue<OpcText[]> OpcWriteTextArrayPropertyValueCallback(OpcWritePropertyValueContext<OpcTextArrayPropertyNode> context, OpcPropertyValue<OpcText[]> value); </code> \\ **Parameters** ''context'' [[Opc.UaFx.OpcWritePropertyValueContext|OpcWritePropertyValueContext]]<[[Opc.UaFx.OpcTextArrayPropertyNode|OpcTextArrayPropertyNode]]> \\ The [[Opc.UaFx.OpcWritePropertyValueContext-1|OpcWritePropertyValueContext´1]] to use to write the text array property value.\\ ''value'' [[Opc.UaFx.OpcPropertyValue|OpcPropertyValue]]<[[Opc.UaFx.OpcText|OpcText]]> \\ The [[Opc.UaFx.OpcPropertyValue-1|OpcPropertyValue´1]] to write.\\ \\ **Returns** [[Opc.UaFx.OpcPropertyValue|OpcPropertyValue]]<[[Opc.UaFx.OpcText|OpcText]]> \\ The [[Opc.UaFx.OpcPropertyValue-1|OpcPropertyValue´1]] written.