Returns the name of the field in the storage that is mapped to the
property.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FieldName As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FieldAttribute
Dim value As String
instance.FieldName = value
value = instance.FieldName
|
| C# | |
|---|
public string FieldName {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_FieldName();
public: __property void set_FieldName(
string* value
); |
| C++/CLI | |
|---|
public:
property String^ FieldName {
String^ get();
void set (String^ value);
} |
Return Value
A string that represents the field in the storage connected with the
property.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also