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