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
|
| Managed Extensions for C++ | |
|---|
public: __property FieldAttribute* get_FieldAttribute(); |
Return Value
The
FieldAttribute set on the property.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also