Opc.Ua.Core
ParseExtension<T> Method (ConfiguredEndpoint)



Opc.Ua Namespace > ConfiguredEndpoint Class : ParseExtension<T> Method
The type of extension.
Name of the element (null means use type name).
Parses the extension.
Syntax
'Declaration
 
Public Function ParseExtension(Of T)( _
   ByVal elementName As XmlQualifiedName _
) As T
'Usage
 
Dim instance As ConfiguredEndpoint
Dim elementName As XmlQualifiedName
Dim value As T
 
value = instance.ParseExtension(Of T)(elementName)
public T ParseExtension<T>( 
   XmlQualifiedName elementName
)
public:
T^ ParseExtensiongeneric<typename T>
( 
   XmlQualifiedName^ elementName
) 

Parameters

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

Type Parameters

T
The type of extension.

Return Value

The extension if found. Null otherwise.
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

ConfiguredEndpoint Class
ConfiguredEndpoint Members