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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.