Skip to content

ISubcircuit Interface

Provides access to a subcircuit.

Members

Name Description
Read-only property ConsumerID Returns the consumer circuit globalID.
Read-only property GlobalID Returns the globalID.
Read-only property IsReserved Indicates if this subcircuit has been reserved.
Read-only property Name Returns the name.
Read-only property ProviderID Returns the provider circuit globalID.

ISubcircuit.ConsumerID Property

Returns the consumer circuit globalID.

Public ReadOnly Property ConsumerID As Guid
public Guid ConsumerID {get;}

ISubcircuit.GlobalID Property

Returns the globalID.

Public ReadOnly Property GlobalID As Guid
public Guid GlobalID {get;}

ISubcircuit.IsReserved Property

Indicates if this subcircuit has been reserved.

Public ReadOnly Property IsReserved As Boolean
public bool IsReserved {get;}

ISubcircuit.Name Property

Returns the name.

Public ReadOnly Property Name As String
public string Name {get;}

ISubcircuit.ProviderID Property

Returns the provider circuit globalID.

Public ReadOnly Property ProviderID As Guid
public Guid ProviderID {get;}

Classes that implement ISubcircuit

Classes Description
Subcircuit Utility Network Subcircuit

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.