DomainType.ProxyIsNamespaceTracking Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.