public override int Size()
{
int size = this.PropertyTag.Size();
if ((this.PropertyTag.PropertyType == 0x1e || this.PropertyTag.PropertyType == 0x1f || this.PropertyTag.PropertyType == 0x102) && this.Value.Length != 0)
{
size += sizeof(byte);
}
size += base.Size();
return size;
}