| TopologyBranchName Property |
[This is preliminary documentation and is subject to change.]
Name of the active branch.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string BranchName { get; set; }
Public Property BranchName As String
Get
Set
public:
property String^ BranchName {
String^ get ();
void set (String^ value);
}
member BranchName : string with get, set
function get_BranchName();
function set_BranchName(value);
Property Value
Type:
StringSee Also