Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.