ProtocolAddressEditorAttributeServer Property |
The name of the PLC / Server that this protocol works with.
Return "*" for it to be marked as a protocol for accessing any kind of server (eg OPC).
Return null for it to be marked as working with no particular PLC / server.
Only valid if
ShowInAddServer is true.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic string? Server { get; set; }Property Value
Type:
String
See Also