Provides access to a subcircuit.
Members
| Name | Description | |
|---|---|---|
![]() |
ConsumerID | Returns the consumer circuit globalID. |
![]() |
GlobalID | Returns the globalID. |
![]() |
IsReserved | Indicates if this subcircuit has been reserved. |
![]() |
Name | Returns the name. |
![]() |
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 |
