Opc.Ua.Core
ArgumentDescription Property



Opc.Ua.Export Namespace > UAMethod Class : ArgumentDescription Property
Syntax
'Declaration
 
<XmlElementAttribute("ArgumentDescription")>
Public Property ArgumentDescription As UAMethodArgument()
'Usage
 
Dim instance As UAMethod
Dim value() As UAMethodArgument
 
instance.ArgumentDescription = value
 
value = instance.ArgumentDescription
[XmlElement("ArgumentDescription")]
public UAMethodArgument[] ArgumentDescription {get; set;}
[XmlElement("ArgumentDescription")]
public:
property array<UAMethodArgument^>^ ArgumentDescription {
   array<UAMethodArgument^>^ get();
   void set (    array<UAMethodArgument^>^ value);
}
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

UAMethod Class
UAMethod Members