Reference Library
LicenseResult Property
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderLicenseResult
This is the operation return code used to indicate which licensed features the application is authorized to use.

Supported in: 6.2.0

Declaration Syntax
C#Visual BasicVisual C++
public string LicenseResult { get; private set; }
Public Property LicenseResult As String
	Get
	Private Set
public:
property String^ LicenseResult {
	String^ get ();
	private: void set (String^ value);
}

Assembly: ServiceProvider (Module: ServiceProvider)