Source.Field[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String that represents the value of a field in a bibliography source. Read-only.
public:
property System::String ^ Field[System::String ^] { System::String ^ get(System::String ^ Name); void set(System::String ^ Name, System::String ^ value); };
public string Field[string Name] { get; set; }
member this.Field(string) : string with get, set
Public Property Field(Name As String) As String
Parameters
- Name
- String
Specifies the name of the field for which to retrieve the value.
Property Value
String
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