'Declaration <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.")> <CategoryAttribute("Naming")> Public ReadOnly Property FullyQualifiedName As String
[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.")] [Category("Naming")] public string FullyQualifiedName { get; }
[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.")] [Category("Naming")] public: __property string* get_FullyQualifiedName();
[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.")] [Category("Naming")] public:
property string^ FullyQualifiedName { string^ get(); }