Table of Contents

Enum Location

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Describes whether an element belongs inside or outside the enterprise boundary.

public enum Location

Fields

External = 2

The element is outside the enterprise boundary.

Internal = 1

The element is inside the enterprise boundary.

Unspecified = 0

The location has not been specified.