NamedDomainElement.ProxyIsNameTracking Property

Definition

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

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

Property Value

Remarks

Override to map to real IsNameTracking property on classes where Name is a tracking property.

Applies to