Dynamicweb 8 Documentation
GetVatRelationGroupByGroupIDAndCountryIDAndLanguageID Method

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

Parameters

groupID
The group ID.
countryID
The country ID.
languageID
The language 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