'Declaration <CategoryAttribute("Naming")> <DescriptionAttribute("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")> Public ReadOnly Property FullyQualifiedName As System.String
[Category("Naming")] [Description("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")] public System.String FullyQualifiedName { get; }
[Category("Naming")] [Description("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")] public: __property System.String get_FullyQualifiedName();
[Category("Naming")] [Description("Fully qualified name of the field. The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors.")] public:
property System.String FullyQualifiedName { System.String get(); }