ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.License Property

The license and extension settings of server.

[Visual Basic .NET]
Public ReadOnly Property License As IDiscoveryServerLicense
[C#]
public IDiscoveryServerLicense License {get;}
[C++]
HRESULT get_License(
  IDiscoveryServerLicense** ppLicense
);
[C++]

Parameters

ppLicense [out, retval]

  ppLicense is a parameter of type IDiscoveryServerLicense

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDiscoveryServerObjectAdmin Interface