Partager via


MacBinaryHeader.FileId Property

The FileId property gets or sets the FileId field of the Mac Binary header represented by this MacBinaryHeader object.

Namespace:  Microsoft.Exchange.Data.Mime.Encoders
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property FileId As Integer
    Get
    Set
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer

value = instance.FileId

instance.FileId = value
public int FileId { get; set; }

Property Value

Type: System.Int32