 | IVariableComment Property |
Extra information of the variable.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxstring Comment { get; set; }Property Comment As String
Get
Set
Dim instance As IVariable
Dim value As String
value = instance.Comment
instance.Comment = value
Property Value
Type:
String
See Also