CimDevicePoint.AddressType (property)

Gets and sets the address type.
Syntax: cimMMSAddressTypeEnum = object.AddressType
object.AddressType = cimMMSAddressTypeEnum
Description: The CimDevicePoint.AddressType is an enumeration indicating the addressing type of the point for MMS Ethernet devices. The valid enumerations are cimMMSVariableName and cimMMSFullyQualified.

Examples

point.DevicePoint.AddressType = cimMMSVariableName
point.DevicePoint.AddressType = cimMMSFullyQualified