Skip to main content
A newer version of this page is available. .
Tab

MediaObjectProperties.PluginVersion Property

Gets or sets the player’s plug-in version.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("6,4,7,1112")]
public virtual string PluginVersion { get; set; }

Property Value

Type Default Description
String "6,4,7,1112"

A string value that specifies the player’s plug-in version.

See Also