Item
Gets the License object for a specific type of license.
Syntax
ILicense this[LicenseType type] {get;}
Parameter
Specify the following parameter when using this property.
Parameter | Description |
---|---|
type
|
The type of License object to retrieve from the Licenses object. |
See Type
for possible values.
Return value
The License
object of the specified type.
Discussion
This property enables you to retrieve the License
object for a collection of
licenses of a particular type, such as the collection of server licenses or the
collection of licenses for a specific application.