|
GetSubscriptionUserMappingByUserRequestIncludeCustomerUser 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.SubscriptionsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public bool IncludeCustomerUser { get; set; }
No code example is currently available or this language may not be supported.
Property Value
BooleanRemarks
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