version property

int? version
getter/setter pair

A version number for a catalog. When accessing a catalog, this version must be specified. Set null to automatically get the latest version for a catalog. The field defaults to null. Since the data inside a catalog can be updated, each published modification needs to correlate to a specific version number. Note: when CatalogIdentifier created with DesiredCatalog then:

Implementation

int? version;