IFieldValueDictionary.ViewDefinition Property
Gets the view of this field value dictionary.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ViewDefinition As IView
Get
'Usage
Dim instance As IFieldValueDictionary
Dim value As IView
value = instance.ViewDefinition
IView ViewDefinition { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.IView
The view of the field value dictionary.