ArcObjects Library Reference (GISClient)  

IDiscoveryServerLicenseExtension.AppID Property

The license extension's AppID.

[Visual Basic .NET]
Public Property AppID As String
[C#]
public string AppID {get; set;}
[C++]
HRESULT get_AppID(
  BSTR* ret
);
[C++]
HRESULT put_AppID(
  BSTR ret
);
[C++]

Parameters

ret [out, retval]   ret is a parameter of type BSTR ret [in]   ret is a parameter of type BSTR

Product Availability

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

See Also

IDiscoveryServerLicenseExtension Interface