Click or drag to resize
Infosoft Logo

GetSubscriptionUsersBySubscriptionRequestIncludeCustomerUser Property

Gets or sets a value indicating whether to include the user of the customer (if any exists) as part of the users with access to the subscription.

Namespace: Infosoft.Common.Contracts.MessageContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public bool IncludeCustomerUser { get; set; }

Property Value

Boolean
Remarks
Use this if you want to include the user of the customer owning the subscription instead of explicitly asking for it on the customer instance.
Please note that this option only has an effect if the Infosoft user database module is utilized
See Also