'Declaration <CategoryAttribute("Data")> <DescriptionAttribute("Comment sets the parent state.")> Public ReadOnly Property IsState As Boolean
[Category("Data")] [Description("Comment sets the parent state.")] public bool IsState { get; }
[Category("Data")] [Description("Comment sets the parent state.")] public: __property bool get_IsState();
[Category("Data")] [Description("Comment sets the parent state.")] public:
property bool IsState { bool get(); }
Property Value
True if this comment is sets the parent state; otherwise, false.