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