Description
Returns the content of the videoPreview attribute.
Syntax
VgToDef(obj) |
obj
generic object
Code
''' <summary>The video 'preview' data content attribute</summary>
''' <remarks>ObjectType: video</remarks>
<Extension()> _
Public Function VideoPreview(ByVal obj As IGenericAttrObj) As DataContent
Return GetDataContent(obj, "videoPreview")
End Function