GetUniqueCombinedSystemIdentifier
Last updated
Gets a unique system identifier that is a combination of different IDs based on the license-binding argument.
string GetUniqueCombinedSystemIdentifier(int licenseBinding)licenseBinding
int
An OR'ed value of a combination of ELicenseBinding options.
string
returns the unique identifier
Last updated