 | PropertyValue Property |
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxpublic string Value { get; set; }Public Property Value As String
Get
Set
Dim instance As [Property]
Dim value As String
value = instance.Value
instance.Value = value
Property Value
Type:
StringImplements
IPropertyValue
See Also