GetUniqueCombinedSystemIdentifier

Description

Gets a unique system identifier that is a combination of different IDs based on the license-binding argument.

string GetUniqueCombinedSystemIdentifier(int licenseBinding)

Parameters

ParameterTypeDescription

licenseBinding

int

An OR'ed value of a combination of ELicenseBinding options.

Return

TypeDescription

string

returns the unique identifier

Last updated