DependencyType Enum

Definition

Describes how objects depend on other objects.

public enum DependencyType
type DependencyType = 
Public Enum DependencyType
Inheritance
DependencyType

Fields

Alter 0

Specifies that the dependent object will be altered or modified by the intended operation.

Delete 2

Specifies that the dependent object will be deleted by the intended operation.

Invalid 1

Specifies that the dependent object will be left invalid by the intended operation.

Applies to