The Repository Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the DiskMasterFormsRepository to which this DiskMasterForm belongs.Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property Repository As IMasterFormsRepository |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DiskMasterForm Dim value As IMasterFormsRepository value = instance.Repository |
C# | |
---|---|
public virtual IMasterFormsRepository Repository {get;} |
C++/CLI | |
---|---|
public: virtual property IMasterFormsRepository^ Repository { IMasterFormsRepository^ get(); } |
Property Value
The DiskMasterFormsRepository to which this DiskMasterForm belongs.The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7