Dela via


IAgreementDetailsCollection.ByAgreementType(String) Method

Definition

Scopes agreements behavior to a specific agreement type.

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

Parameters

agreementType
String

The agreement type to filter the agreement operations on.

Returns

The agreement collection operations customized for the given agreement type.

Applies to