RssEnclosure.

Length Property

Summary

Gets and sets the length of the enclosure in bytes.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssEnclosure

Syntax

[XmlAttribute("length")]
public long Length { get; set; }

Attributes

Type Description
XmlAttributeAttribute

Value

Type Description
long
GitHub