EnvironmentConflict Struct

Definition

Describes an original value in a registry value.

public value class EnvironmentConflict
struct EnvironmentConflict
public struct EnvironmentConflict
type EnvironmentConflict = struct
Public Structure EnvironmentConflict
Inheritance
EnvironmentConflict

Remarks

Struct insead of class so it is not a reference type. Note that auto-prop's are not used as ValueAndKind is a struct.

Constructors

EnvironmentConflict(Object, Object)
EnvironmentConflict(RegistryEnvironment+ValueAndKind, RegistryEnvironment+ValueAndKind)

Properties

Original
OriginalValue
Proposed
ProposedValue

Applies to