Opc.Ua.Core
ServerProfileArray Property



Opc.Ua Namespace > ServerConfiguration Class : ServerProfileArray Property
The server profile array.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=29)>
Public Property ServerProfileArray As StringCollection
'Usage
 
Dim instance As ServerConfiguration
Dim value As StringCollection
 
instance.ServerProfileArray = value
 
value = instance.ServerProfileArray
[DataMember(IsRequired=false, Order=29)]
public StringCollection ServerProfileArray {get; set;}
[DataMember(IsRequired=false, Order=29)]
public:
property StringCollection^ ServerProfileArray {
   StringCollection^ get();
   void set (    StringCollection^ value);
}

Property Value

The array of server profiles.
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

ServerConfiguration Class
ServerConfiguration Members