Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("OPC")> <BrowsableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute("Optional name of the group in the server.")> Public Property Name As String |
C# | |
---|---|
[CategoryAttribute("OPC")] [BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("Optional name of the group in the server.")] public string Name {get; set;} |