Description
Returns kind of audio content.
Syntax
Kind(obj) |
obj
generic object
Code
''' <summary>Kind of audio content. It is optional,
''' to be left unfilled if the kind is not know or not one of the listed ones</summary>
''' <remarks>ObjectType: audio</remarks>
<Extension()> _
Public Function Kind(ByVal obj As IGenericAttrObj) As String
Return GetString(obj, "kind")
End Function