We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c12db commit e530a7aCopy full SHA for e530a7a
Fields/Get-field-code/.NET/Get-field-code/Program.cs
@@ -18,7 +18,7 @@ static void Main(string[] args)
18
// Access the field in the first paragraph of the first section.
19
WField field = document.Sections[0].Paragraphs[0].ChildEntities[2] as WField;
20
21
- // Get and print the field code of the merge field.
+ // Get and print the field code.
22
string fieldCode = field.FieldCode;
23
Console.WriteLine(fieldCode);
24
}
0 commit comments