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