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