Cloud.ScopeId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.