RepositoryDatasetHashCode Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to retrieve the hash code for a repository's data set.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract int DatasetHashCode { get; }
Public MustOverride ReadOnly Property DatasetHashCode As Integer
Get
Property Value
Type:
Int32Remarks
The hash code may be used to identify the data provided by the repository.
See Also