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

A user's domain (login) ID or email address from the Users section in <prog_name>.exe.config. More...

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

Properties

string User [get]
 The user from the Users section in <prog_name>.exe.config. More...
 

Detailed Description

A user's domain (login) ID or email address from the Users section in <prog_name>.exe.config.

Definition at line 25 of file UserElement.cs.

Property Documentation

string AcUtils.UserElement.User
get

The user from the Users section in <prog_name>.exe.config.

The user's domain (login) ID or email address.

Definition at line 45 of file UserElement.cs.