Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("OPC")> <DefaultValueAttribute()> <DescriptionAttribute("Determines the initial active state of the group.")> Public Property InitialActiveState As Boolean |
C# | |
---|---|
[CategoryAttribute("OPC")] [DefaultValueAttribute()] [DescriptionAttribute("Determines the initial active state of the group.")] public bool InitialActiveState {get; set;} |