'DeclarationPublic Property IsWeak As Boolean
'UsageDim instance As UAMonitoredItemArguments Dim value As Boolean instance.IsWeak = value value = instance.IsWeak
public bool IsWeak {get; set;}
Property Value
true if the monitored item is weak; otherwise, false. The default is false.
The default value of this property is False.