| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property Repository As IMasterFormsRepository | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual IMasterFormsRepository Repository {get;} | |
| C++/CLI | |
|---|---|
public: virtual property IMasterFormsRepository^ Repository { IMasterFormsRepository^ get(); } | |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code