Opc.Ua.Core
Text Property (Documentation)



Opc.Ua.Schema.Binary Namespace > Documentation Class : Text Property
Syntax
'Declaration
 
<XmlTextAttribute()>
Public Property Text As String()
'Usage
 
Dim instance As Documentation
Dim value() As String
 
instance.Text = value
 
value = instance.Text
[XmlText()]
public string[] Text {get; set;}
[XmlText()]
public:
property array<String^>^ Text {
   array<String^>^ get();
   void set (    array<String^>^ 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

Documentation Class
Documentation Members