AllowedSubscriptionsStatesForProvisioningItem Property (Object) |
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AllowedSubscriptionStatesForProvisioning this[
Object state
] { get; }
Public ReadOnly Default Property Item (
state As Object
) As AllowedSubscriptionStatesForProvisioning
Get
public:
property AllowedSubscriptionStatesForProvisioning^ default[Object^ state] {
AllowedSubscriptionStatesForProvisioning^ get (Object^ state);
}
member Item : AllowedSubscriptionStatesForProvisioning with get
Parameters
- state
- Type: SystemObject
The key of the AllowedSubscriptionStatesForProvisioning to retrieve.
Property Value
Type:
AllowedSubscriptionStatesForProvisioningSee Also