Share via


DomainType.ProxyIsNamespaceTracking Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'Declaration
Protected Overridable Property ProxyIsNamespaceTracking As Boolean
protected virtual bool ProxyIsNamespaceTracking { get; set; }
protected:
virtual property bool ProxyIsNamespaceTracking {
    bool get ();
    void set (bool value);
}
abstract ProxyIsNamespaceTracking : bool with get, set
override ProxyIsNamespaceTracking : bool with get, set
function get ProxyIsNamespaceTracking () : boolean
function set ProxyIsNamespaceTracking (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DomainType Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace