Chili.Opf3 Send comments on this topic.
FieldAttribute Property
See Also 
Chili.Opf3.Query Namespace > AutoNumberItem Class : FieldAttribute Property




Returns the field marked as auto number in the persistent object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FieldAttribute As FieldAttribute
Visual Basic (Usage)Copy Code
Dim instance As AutoNumberItem
Dim value As FieldAttribute
 
value = instance.FieldAttribute
C# 
public FieldAttribute FieldAttribute {get;}
Managed Extensions for C++ 
public: __property FieldAttribute* get_FieldAttribute();
C++/CLI 
public:
property FieldAttribute^ FieldAttribute {
   FieldAttribute^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also