ISubscription.View Property
Gets the view that is populated by the cache subscription.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property View As IView
Get
'Usage
Dim instance As ISubscription
Dim value As IView
value = instance.View
IView View { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.IView
The view that is populated by the cache subscription.