Freigeben über


MultipleVersionSupport Enum

Definition

What should happen if multiple versions of a given productfamily or sdk name are found

public enum class MultipleVersionSupport
public enum MultipleVersionSupport
type MultipleVersionSupport = 
Public Enum MultipleVersionSupport
Inheritance
MultipleVersionSupport

Fields

Name Value Description
Allow 0

No action should be taken if multiple versions are detected

Warning 1

Log warning

Error 2

Log an error

Applies to