'Declaration <RefreshPropertiesAttribute(Repaint)> <DefaultValueAttribute("")> <CategoryAttribute("Naming")> <DescriptionAttribute("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")> Public Property PartialName As System.String
[RefreshProperties(Repaint)] [DefaultValue("")] [Category("Naming")] [Description("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")] public System.String PartialName { get; set; }
[RefreshProperties(Repaint)] [DefaultValue("")] [Category("Naming")] [Description("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")] public: __property System.String get_PartialName(); public: __property void set_PartialName(
System.String value
);
[RefreshProperties(Repaint)] [DefaultValue("")] [Category("Naming")] [Description("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")] public:
property System.String PartialName { System.String get(); void set(System.String value); }