Dynamicweb 8 Documentation
GetVatRelationGroupByGroupIDAndCountryID Method

The group ID.
The country ID.
Gets the VatGroupCountryRelation by group ID and country ID. Only one VatGroupCountryRelation is returned. Context.LanguageID is used.
Syntax
'Declaration
 
Public Shared Function GetVatRelationGroupByGroupIDAndCountryID( _ 
   ByVal groupID As String, _ 
   ByVal countryID As String _ 
) As VatGroupCountryRelation
public static VatGroupCountryRelation GetVatRelationGroupByGroupIDAndCountryID( 
   string groupID,
   string countryID 
)

Parameters

groupID
The group ID.
countryID
The country ID.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VatGroupCountryRelation Class
VatGroupCountryRelation Members

Send Feedback