EasyUA Reference
RelativePath Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > MonitoredItem Class : RelativePath Property

Glossary Item Box

The relative path from the browse path to the node to monitor.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As MonitoredItem
Dim value As String
 
instance.RelativePath = value
 
value = instance.RelativePath
C# 
[DataMemberAttribute(3)]
public string RelativePath {get; set;}

Remarks

A null or empty string specifies that the start node id should be monitored.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.