Added field for checksum of block media contents
This commit is contained in:
@@ -3880,6 +3880,8 @@ Namespace Schemas
|
||||
|
||||
Private checksumsField As ChecksumType()
|
||||
|
||||
Private contentChecksumsField As ChecksumType()
|
||||
|
||||
Private sequenceField As SequenceType
|
||||
|
||||
Private manufacturerField As String
|
||||
@@ -3975,6 +3977,17 @@ Namespace Schemas
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlArrayItemAttribute("Checksum", IsNullable:=false)> _
|
||||
Public Property ContentChecksums() As ChecksumType()
|
||||
Get
|
||||
Return Me.contentChecksumsField
|
||||
End Get
|
||||
Set
|
||||
Me.contentChecksumsField = Value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<remarks/>
|
||||
Public Property Sequence() As SequenceType
|
||||
Get
|
||||
|
||||
Reference in New Issue
Block a user