DomainType.ProxyIsNamespaceTracking Property

Definition

Virtualized version of IsNamespaceTracking to cope with the fact that derived classes own the IsNamespaceTracking flags

protected:
 virtual property bool ProxyIsNamespaceTracking { bool get(); void set(bool value); };
protected virtual bool ProxyIsNamespaceTracking { get; set; }
member this.ProxyIsNamespaceTracking : bool with get, set
Protected Overridable Property ProxyIsNamespaceTracking As Boolean

Property Value

Remarks

Override to map to real IsNamespaceTracking property on classes where Namespace is a tracking property.

Applies to