.NET Framework Class Library
IDocumentViewerDbContext.InstalledProductInfoes Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > IDocumentViewerDbContext Interface > IDocumentViewerDbContext Properties > IDocumentViewerDbContext.InstalledProductInfoes Property |
Namespace: Gnostice.Controls.ASP
Assembly: Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)
Visual Basic |
Property InstalledProductInfoes As DbSet(Of InstalledProductInfo) |
C# |
DbSet<InstalledProductInfo> InstalledProductInfoes { get; set; } |
Visual C++ |
property DbSet<InstalledProductInfo^>^ InstalledProductInfoes { |
IDocumentViewerDbContext Interface