MacBinaryHeader.Version property
The Version property gets or sets the VerMacBin2 field of the Mac Binary header that this MacBinaryHeader object owns.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property Version As Integer
Get
Set
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer
value = instance.Version
instance.Version = value
public int Version { get; set; }
Property value
Type: System.Int32