TypeDescriptor.Interpretation property
Gets the list of interpretation rules.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.