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