Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("OPC")> <BrowsableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute("Client defined handle for the group. Identifies the group in server callbacks.")> Public Property ClientHandle As Integer |
C# | |
---|---|
[CategoryAttribute("OPC")] [BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("Client defined handle for the group. Identifies the group in server callbacks.")] public int ClientHandle {get; set;} |