Click or drag to resize
Infosoft Logo

ChangeScope Enumeration

An enum used to determine if the change is permanent or temporary

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public enum ChangeScope
Members
Member nameValueDescription
Temporary0 Indicates that the change is only temporary
Permanent1 Indicates that the change has a permanent scope
See Also