INetFwService.Scope Property

Gets or sets the network scope from which the port can listen for traffic.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Property Scope As NET_FW_SCOPE_
    Get
    Set
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 that indicates the network scope form which the port can listen for traffic.

.NET Framework Security

See Also

Reference

INetFwService Interface

Microsoft.TeamFoundation.Common Namespace