Provides access to members that specify the properties of a valid utility network terminal configuration path.
Members
Name | Description | |
---|---|---|
Description | Returns the description. | |
ID | Returns the ID. | |
Name | Returns the name. | |
TerminalPaths | Returns the terminal paths. |
IValidConfigurationPath.Description Property
Returns the description.
Public ReadOnly Property Description As String
public string Description {get;}
IValidConfigurationPath.ID Property
Returns the ID.
Public ReadOnly Property ID As Integer
public int ID {get;}
IValidConfigurationPath.Name Property
Returns the name.
Public ReadOnly Property Name As String
public string Name {get;}
IValidConfigurationPath.TerminalPaths Property
Returns the terminal paths.
Public ReadOnly Property TerminalPaths As IArray
public IArray TerminalPaths {get;}
Description
An array to hold an indexed collection of ITerminalPath objects.
Classes that implement IValidConfigurationPath
Classes | Description |
---|