Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("OPC")> <DefaultValueAttribute()> <DescriptionAttribute("Determines wether the group enables the server callback handling for asynchronous handling.")> Public Property AsyncCallbacksEnabled As Boolean |
C# | |
---|---|
[CategoryAttribute("OPC")] [DefaultValueAttribute()] [DescriptionAttribute("Determines wether the group enables the server callback handling for asynchronous handling.")] public bool AsyncCallbacksEnabled {get; set;} |