Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.