Class Target
A target for Workflow Replication
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Target
Properties
Label
An optional human readable repository description
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerId
The Repository server id
Declaration
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
string |