AcUtils
A high performance abstraction layer for AccuRev
Properties | List of all members
AcUtils.DomainElement Class Reference

An Active Directory domain element host-path pair from <prog_name>.exe.config. More...

Collaboration diagram for AcUtils.DomainElement:
Collaboration graph
[legend]

Properties

string Host [get]
 The host from a host-path pair in <prog_name>.exe.config. More...
 
string Path [get]
 The path from a host-path pair in <prog_name>.exe.config. More...
 

Detailed Description

An Active Directory domain element host-path pair from <prog_name>.exe.config.

Definition at line 26 of file DomainElement.cs.

Property Documentation

string AcUtils.DomainElement.Host
get

The host from a host-path pair in <prog_name>.exe.config.

Definition at line 50 of file DomainElement.cs.

Referenced by AcUtils.AcUser.initFromADAsync().

string AcUtils.DomainElement.Path
get

The path from a host-path pair in <prog_name>.exe.config.

Definition at line 60 of file DomainElement.cs.

Referenced by AcUtils.AcUser.initFromADAsync().