Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.All)> <DefaultValueAttribute()> <DescriptionAttribute("The Acknowledger ID sent to the OPC server in event acknowledge calls.")> Public Property AcknowledgerID As String |
C# | |
---|---|
[CategoryAttribute("Behavior")] [RefreshPropertiesAttribute(RefreshProperties.All)] [DefaultValueAttribute()] [DescriptionAttribute("The Acknowledger ID sent to the OPC server in event acknowledge calls.")] public string AcknowledgerID {get; set;} |