LicenseOemLicensee Property  | 
 
            Gets the name of the Dundas partner or OEM provider which is distributing the license.
            
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? OemLicensee { get; }Public ReadOnly Property OemLicensee As String
	Get
public:
virtual property String^ OemLicensee {
	String^ get () sealed;
}abstract OemLicensee : string with get
override OemLicensee : string with get
Property Value
Type: 
StringThe name of the OEM licensee, or 
 if the license is not used for OEM purposes.
Implements
ILicenseOemLicensee
See Also