IPAddress.TextValue Property (Typed) | |
String representing the IP address.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS STRING GET SET
public override string TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
StringString representing the IP address.
Examples
The following example demonstrates the IP address being set and read back:
1oDCIPAddress1:TextValue := '192.168.0.1'
2? oDCIPAddress1:TextValue
See Also