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

An Active Directory user property element field-title pair from <prog_name>.exe.config. These are user properties not in the regular default set. More...

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

Properties

string Field [get]
 The field from a field-title pair in <prog_name>.exe.config. More...
 
string Title [get]
 The title from a field-title pair in <prog_name>.exe.config. More...
 

Detailed Description

An Active Directory user property element field-title pair from <prog_name>.exe.config. These are user properties not in the regular default set.

See also
AcUser.Other

Definition at line 29 of file PropElement.cs.

Property Documentation

string AcUtils.PropElement.Field
get

The field from a field-title pair in <prog_name>.exe.config.

Definition at line 53 of file PropElement.cs.

Referenced by AcUtils.AcUser.initFromADAsync().

string AcUtils.PropElement.Title
get

The title from a field-title pair in <prog_name>.exe.config.

Definition at line 63 of file PropElement.cs.

Referenced by AcUtils.AcUser.initFromADAsync().