TnefPropertyReader.IsNamedProperty property
The IsNamedProperty property returns a Boolean value indicating whether the current property is named.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsNamedProperty As Boolean
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Boolean
value = instance.IsNamedProperty
public bool IsNamedProperty { get; }
Property value
Type: System.Boolean