AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.

Inheritance Hierarchy

System.Object
  Amazon.MarketplaceEntitlementService.Model.Entitlement

Namespace: Amazon.MarketplaceEntitlementService.Model
Assembly: AWSSDK.MarketplaceEntitlementService.dll
Version: 3.x.y.z

Syntax

C#
public class Entitlement

The Entitlement type exposes the following members

Constructors

NameDescription
Public Method Entitlement()

Properties

NameTypeDescription
Public Property CustomerIdentifier System.String

Gets and sets the property CustomerIdentifier.

The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.

Public Property Dimension System.String

Gets and sets the property Dimension.

The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.

Public Property ExpirationDate System.DateTime

Gets and sets the property ExpirationDate.

The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.

Public Property ProductCode System.String

Gets and sets the property ProductCode.

The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.

Public Property Value Amazon.MarketplaceEntitlementService.Model.EntitlementValue

Gets and sets the property Value.

The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5