ILicAgent.SetBillingZip Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub SetBillingZip ( _
bstrNewVal As String _
)
'Usage
Dim instance As ILicAgent
Dim bstrNewVal As String
instance.SetBillingZip(bstrNewVal)
void SetBillingZip(
string bstrNewVal
)
Parameters
- bstrNewVal
Type: System.String