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




Returns the FieldAttribute set on the property.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FieldAttribute As FieldAttribute
Visual Basic (Usage)Copy Code
Dim instance As OEMember
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();
}

Return Value

The FieldAttribute set on the property.

Requirements

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

See Also