Opc.Ua.Core
UpdateExtension<T> Method (ApplicationConfiguration)



Opc.Ua Namespace > ApplicationConfiguration Class : UpdateExtension<T> Method
The type of extension.
Name of the element (null means use type name).
The value.
Updates the extension.
Syntax
'Declaration
 
Public Sub UpdateExtension(Of T)( _
   ByVal elementName As XmlQualifiedName, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As ApplicationConfiguration
Dim elementName As XmlQualifiedName
Dim value As Object
 
instance.UpdateExtension(Of T)(elementName, value)
public void UpdateExtension<T>( 
   XmlQualifiedName elementName,
   object value
)
public:
void UpdateExtensiongeneric<typename T>
( 
   XmlQualifiedName^ elementName,
   Object^ value
) 

Parameters

elementName
Name of the element (null means use type name).
value
The value.

Type Parameters

T
The type of extension.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationConfiguration Class
ApplicationConfiguration Members