Partager via


MacBinaryHeader.FileNameLength Property

The FileNameLength property gets the length of the file name.

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

Syntax

'Declaration
Public ReadOnly Property FileNameLength As Integer
    Get
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer

value = instance.FileNameLength
public int FileNameLength { get; }

Property Value

Type: System.Int32