Class CatalogApp
Which application this catalog describes, so a client can tell one server's contract from another's.
public sealed class CatalogApp
- Inheritance
-
CatalogApp
- Inherited Members
Constructors
CatalogApp()
public CatalogApp()
Properties
Name
The application's name.
public string Name { get; init; }
Property Value
Revision
The application's own revision of its replication declarations.
public int Revision { get; init; }