'Declaration <CategoryAttribute("Data")> <DescriptionAttribute("State to which the parent comment should be set.")> Public MustOverride Property ParentState As System.String
[Category("Data")] [Description("State to which the parent comment should be set.")] public abstract System.String ParentState { get; set; }
[Category("Data")] [Description("State to which the parent comment should be set.")] public: __property abstract System.String get_ParentState(); public: __property abstract void set_ParentState(
System.String value
);
[Category("Data")] [Description("State to which the parent comment should be set.")] public:
abstract property System.String ParentState { System.String get(); void set(System.String value); }