Opc.Ua.Core
AnyAttr Property (Documentation)



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