Share via


TypeDescriptor.Interpretation Property

Gets the list of interpretation rules.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Interpretation As IList(Of InterpretedRule)
    Get
'Usage
Dim instance As TypeDescriptor
Dim value As IList(Of InterpretedRule)

value = instance.Interpretation
public IList<InterpretedRule> Interpretation { get; }

Property Value

Type: System.Collections.Generic.IList<InterpretedRule>
A list of interpretation rules.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace