Class SubstitutionRule
Defines a substitution list for an organization.
Inheritance
System.Object
SubstitutionRule
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SubstitutionRule : object
Properties
Active
Gets a value indicating whether the rule is active.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Guid
Gets the Guid of the rule.
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the rule.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |