Gets the manufacturer.
string Manufacturer {get;}
'Declaration
ReadOnly Property Manufacturer As String
'Usage
Dim instance As ILicense
Dim value As String
value = instance.Manufacturer
property String^ Manufacturer {
String^ get();
}
Property Value
The manufacturer associated with the license.