ILicAgent.GetVATLabel Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function GetVATLabel ( _
bstrCountryCode As String _
) As String
'Usage
Dim instance As ILicAgent
Dim bstrCountryCode As String
Dim returnValue As String
returnValue = instance.GetVATLabel(bstrCountryCode)
string GetVATLabel(
string bstrCountryCode
)
Parameters
- bstrCountryCode
Type: System.String
Return Value
Type: System.String