Reference Library
GetVersionByte Method (productID)
NamespacesMBNCSUtilCheckRevisionGetVersionByte(String)
Gets the current "version byte" for the specified product.
Declaration Syntax
C#Visual BasicVisual C++
public static byte GetVersionByte(
	string productID
)
Public Shared Function GetVersionByte ( _
	productID As String _
) As Byte
public:
static unsigned char GetVersionByte(
	String^ productID
)
Parameters
productID (String)
The four-character product ID for the product in question.
Return Value
The version byte of the product.
Remarks

Only the following product IDs can be used with the web service: STAR, SEXP, W2BN, D2DV, D2XP, WAR3, and W3XP. Other product IDs will result an a NotSupportedException being thrown.

This method is new and currently in testing. W2BN, D2DV, and D2XP are currently unsupported.

Assembly: Asgard5Library (Module: Asgard5Library)