| TopologyAllIsolatedBranches Property |
[This is preliminary documentation and is subject to change.]
Array of all isolated branch names.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllIsolatedBranches { get; }
Public ReadOnly Property AllIsolatedBranches As String()
Get
public:
property array<String^>^ AllIsolatedBranches {
array<String^>^ get ();
}
member AllIsolatedBranches : string[] with get
function get_AllIsolatedBranches();
Property Value
Type:
StringSee Also