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