MapPointRepository Property |
Provides access to MapPointsRepository repository methods
Namespace:
Aloe.EnterpriseOne.Model.General.Geography
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MapPointsRepository Repository { get; }Public ReadOnly Property Repository As MapPointsRepository
Get
public:
property MapPointsRepository^ Repository {
MapPointsRepository^ get ();
}member Repository : MapPointsRepository with get
Property Value
Type:
MapPointsRepository
See Also