Opc.Ua.Core
Args Property (TranslationInfo)



Opc.Ua Namespace > TranslationInfo Class : Args Property
The arguments that are used when formatting the text after translation.
Syntax
'Declaration
 
Public Property Args As Object()
'Usage
 
Dim instance As TranslationInfo
Dim value() As Object
 
instance.Args = value
 
value = instance.Args
public object[] Args {get; set;}
public:
property array<Object^>^ Args {
   array<Object^>^ get();
   void set (    array<Object^>^ 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

TranslationInfo Class
TranslationInfo Members