Opc.Ua.Core
ArrayDimensions Property (UAVariable)



Opc.Ua.Export Namespace > UAVariable Class : ArrayDimensions Property
Syntax
'Declaration
 
<XmlAttributeAttribute("token")>
<DefaultValueAttribute("")>
Public Property ArrayDimensions As String
'Usage
 
Dim instance As UAVariable
Dim value As String
 
instance.ArrayDimensions = value
 
value = instance.ArrayDimensions
[XmlAttribute("token")]
[DefaultValue("")]
public string ArrayDimensions {get; set;}
[XmlAttribute("token")]
[DefaultValue("")]
public:
property String^ ArrayDimensions {
   String^ get();
   void set (    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

UAVariable Class
UAVariable Members