Name Property
Gets the name of Field.
Syntax
| Language | Syntax |
|---|---|
| C# | string Name { get; } |
| Visual Basic (Declaration) | ReadOnly Property Name As String |
| Visual C++ | property String^ Name { String^ get (); } |
Field Value
The name of the Field object.
Remarks
The value of the Name property can be set using the metadata configuration file. For more information, see name attribute (Metadata configuration).