Public Shared Function DeactivateOnline( _ ByVal CustomerInfor1 As String, _ ByVal CustomerInfor2 As String _ ) As String
Dim CustomerInfor1 As String Dim CustomerInfor2 As String Dim value As String value = XdsLicense.DeactivateOnline(CustomerInfor1, CustomerInfor2)
public static string DeactivateOnline( string CustomerInfor1, string CustomerInfor2 )
public: static String^ DeactivateOnline( String^ CustomerInfor1, String^ CustomerInfor2 )
Parameters
- CustomerInfor1
- CustomerInfor2