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.
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)
Syntax
'Declaration
Property Scope As NET_FW_SCOPE_
NET_FW_SCOPE_ Scope { get; set; }
property NET_FW_SCOPE_ Scope {
NET_FW_SCOPE_ get ();
void set (NET_FW_SCOPE_ value);
}
abstract Scope : NET_FW_SCOPE_ with get, set
function get Scope () : NET_FW_SCOPE_
function set Scope (value : NET_FW_SCOPE_)
Property Value
Type: Microsoft.TeamFoundation.Common.NET_FW_SCOPE_
A NET_FW_SCOPE_ value indicating the network scope from which remote administration is allowed.
.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.