Click or drag to resize

SolidFireElementSetLicenseKey Method (String, String)

You can use the SetLicenseKey method to set the SerialNumber And OrderNumber for the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public SetLicenseKeyResult SetLicenseKey(
	string SerialNumber,
	string OrderNumber
)

Parameters

SerialNumber
Type: SystemString
OrderNumber
Type: SystemString

Return Value

Type: SetLicenseKeyResult

Implements

ISolidFireElementSetLicenseKey(String, String)
See Also