Share via


IEntitlementCollection.ByEntitlementType(String) Method

Definition

Retrieves the operations that can be applied on entitlements with a given entitlement type.

public Microsoft.Store.PartnerCenter.Entitlements.IEntitlementCollectionByEntitlementType ByEntitlementType (string entitlementType);
abstract member ByEntitlementType : string -> Microsoft.Store.PartnerCenter.Entitlements.IEntitlementCollectionByEntitlementType
Public Function ByEntitlementType (entitlementType As String) As IEntitlementCollectionByEntitlementType

Parameters

entitlementType
String

The Entitlement Type.

Returns

The entitlement collection operations by entitlement type.

Applies to