Enum Location
Describes whether an element belongs inside or outside the enterprise boundary.
public enum Location
Fields
External = 2The element is outside the enterprise boundary.
Internal = 1The element is inside the enterprise boundary.
Unspecified = 0The location has not been specified.