EnumInformationActivate Property
This member is used to specify whether the value of the enumerated Property is activated or deactivated.
  • True - Indicates that the value is activated.
  • False - Indicates that the value is deactivated.
Note: This member is used only in the ActivateEnum method.

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
public bool Activate { get; set; }

Property Value

Type: Boolean
See Also