TnefPropertyReader.ValueCount property
The ValueCount property returns an integer indicating the number of values in the current property.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ValueCount As Integer
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Integer
value = instance.ValueCount
public int ValueCount { get; }
Property value
Type: System.Int32