Share via


DomainType.ProxyIsNamespaceTracking Property

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

Syntax

'Declaration
Protected Overridable Property ProxyIsNamespaceTracking As Boolean
'Usage
Dim value As Boolean 

value = Me.ProxyIsNamespaceTracking 

Me.ProxyIsNamespaceTracking = value
protected virtual bool ProxyIsNamespaceTracking { get; set; }
protected:
virtual property bool ProxyIsNamespaceTracking {
    bool get ();
    void set (bool value);
}
protected function get ProxyIsNamespaceTracking () : boolean 
protected function set ProxyIsNamespaceTracking (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DomainType Class

DomainType Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace