Cloud.ScopeId Property

Definition

Gets the identifier of a specific IP address for this peer Cloud.

public:
 property int ScopeId { int get(); };
public int ScopeId { get; }
member this.ScopeId : int
Public ReadOnly Property ScopeId As Integer

Property Value

An integer value that specifies the scope-specific ID for this peer cloud.

Remarks

On a multi-homed machine with two network cards attached to different subnets, two network scopes are possible: one is a link local Scope, and the other is Global scope.

Applies to

See also