The Repository Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the DiskMasterFormsRepository to which this DiskMasterFormsCategory belongs.| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property Repository As IMasterFormsRepository | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DiskMasterFormsCategory 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 DiskMasterFormsCategory belongs.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code