InternalXmlHelper.Value[IEnumerable<XElement>] Property

Definition

Gets or sets the value of an XML element. This property is not intended to be used from your code.

C#
public static string Value[System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source] { get; set; }

Parameters

source
IEnumerable<XElement>

A collection of XML elements to get a value from or set a value for.

Property Value

The value of the first XML element in the supplied collection. If the collection is empty, returns Nothing.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also