NamedDomainElement.ProxyIsNameTracking Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.