Sdílet prostřednictvím


ICustomerAgreementCollection.ByAgreementType(String) Method

Definition

Scopes customer agreements behavior to a specific agreement type.

public Microsoft.Store.PartnerCenter.Agreements.ICustomerAgreementCollection ByAgreementType (string agreementType);
abstract member ByAgreementType : string -> Microsoft.Store.PartnerCenter.Agreements.ICustomerAgreementCollection
Public Function ByAgreementType (agreementType As String) As ICustomerAgreementCollection

Parameters

agreementType
String

The type to filter the customer agreement operations on.

Returns

The customer agreement collection operations customized for the given type.

Applies to