ISubcircuit Interface

Provides access to a subcircuit.

Members

Name Description
Read-only property CircuitName Returns the circuit name.
Read-only property ConsumerName Returns the consumer circuit name.
Read-only property Name Returns the name.
Method SetReserved Sets Reserved.

ISubcircuit.CircuitName Property

Returns the circuit name.

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

ISubcircuit.ConsumerName Property

Returns the consumer circuit name.

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

ISubcircuit.Name Property

Returns the name.

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

ISubcircuit.SetReserved Method

Sets Reserved.

Public Sub SetReserved ( _
    ByVal reserve As Boolean _
)
public void SetReserved (
    bool reserve
);

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.