This documentation is archived and is not being maintained.
INetFwAuthorizedApplication::Scope Property
Visual Studio 2013
Gets or sets the network scope from which remote administration is allowed.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
property NET_FW_SCOPE_ Scope { NET_FW_SCOPE_ get (); void set (NET_FW_SCOPE_ value); }
Property Value
Type: Microsoft.TeamFoundation.Common::NET_FW_SCOPE_A NET_FW_SCOPE_ value that indicates the scope of the application.
- 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.
Show: