Opc.Ua.Core
GetXmlName(Object,IServiceMessageContext) Method



Opc.Ua Namespace > EncodeableFactory Class > GetXmlName Method : GetXmlName(Object,IServiceMessageContext) Method
The object to query and return the Xml qualified name of
Returns the xml qualified name for the specified object.
Syntax
'Declaration
 
Public Overloads Shared Function GetXmlName( _
   ByVal value As Object, _
   ByVal context As IServiceMessageContext _
) As XmlQualifiedName
'Usage
 
Dim value As Object
Dim context As IServiceMessageContext
Dim value As XmlQualifiedName
 
value = EncodeableFactory.GetXmlName(value, context)

Parameters

value
The object to query and return the Xml qualified name of
context
Remarks
Returns the xml qualified name for the specified object.
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

EncodeableFactory Class
EncodeableFactory Members
Overload List