Class MediaElement
'media' element
Inherited Members
Namespace: HP.LFT.Report.Configuration
Assembly: HP.LFT.Report.dll
Syntax
public class MediaElement : ConfigurationElement
Constructors
MediaElement()
Declaration
public MediaElement()
Properties
Snapshots
'snapshots' element under 'media' element
Declaration
[ConfigurationProperty("snapshots", IsRequired = false)]
public SnapshotsElement Snapshots { get; }
Property Value
| Type | Description |
|---|---|
| SnapshotsElement |
Video
'video' element under 'media' element
Declaration
[ConfigurationProperty("video", IsRequired = false)]
public VideoElement Video { get; }
Property Value
| Type | Description |
|---|---|
| VideoElement |