This document is archived and information here might be outdated.  Recommended version.


IServerObjectFactoryX.SetProductCode Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerObjectFactoryX.SetProductCode Method

Sets the product code.

[Visual Basic .NET]
Public Sub SetProductCode ( _
    ByVal productCode As Integer _
)
[C#]
public void SetProductCode (
    int productCode
);
[C++]
HRESULT SetProductCode(
  Long productCode
);
[C++]

Parameters productCode [in] productCode is a parameter of type Long

Product Availability

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

See Also

IServerObjectFactoryX Interface