Share via


Source.Field Property

Word Developer Reference

Returns a String that represents the value of a field in a bibliography source. Read-only.

Syntax

expression.Field(Name)

expression   An expression that returns a Source object.

Parameters

Name Required/Optional Data Type Description
Name Required String Specifies the name of the field for which to retrieve the value.

Remarks

The name of the field corresponds to the name of the corresponding XML element in the resulting XML for a bibliography source. You can use the XML property to return the XML for a bibliography source. For more information, see Working with Bibliographies.

See Also