Share via


Video.CommonMediaNode Property

Common Media Node Properties.Represents the element tag in schema: p:cMediaNode

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property CommonMediaNode As CommonMediaNode
    Get
    Set
'Usage
Dim instance As Video
Dim value As CommonMediaNode

value = instance.CommonMediaNode

instance.CommonMediaNode = value
public CommonMediaNode CommonMediaNode { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.CommonMediaNode
Returns CommonMediaNode.

See Also

Reference

Video Class

Video Members

DocumentFormat.OpenXml.Presentation Namespace