The Repository Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the IMasterFormsRepository to which this IMasterForm object belongs.Visual Basic (Declaration) | |
---|---|
ReadOnly Property Repository As IMasterFormsRepository |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IMasterForm Dim value As IMasterFormsRepository value = instance.Repository |
C# | |
---|---|
IMasterFormsRepository Repository {get;} |
C++/CLI | |
---|---|
property IMasterFormsRepository^ Repository { IMasterFormsRepository^ get(); } |
Property Value
The IMasterFormsRepository to which this IMasterForm object belongs.A full example implementation of this interface can be found in <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