C# Class EmTrac2SF.ADInformation

Show file Open project: fmendes/SalesForceCSharpAPI

Public Properties

Property Type Description
Active bool
Found bool
SAMAccountName string
TelephoneNumber string
company string
department string
displayName string
givenName string
mail string
physicalDeliveryOfficeName string
sn string
title string
userAccountControl string

Public Methods

Method Description
ADInformation ( string strUserId ) : System
ADInformation ( string strLastName, string strFirstName ) : System
GetADInformation ( ) : bool

Method Details

ADInformation() public method

public ADInformation ( string strUserId ) : System
strUserId string
return System

ADInformation() public method

public ADInformation ( string strLastName, string strFirstName ) : System
strLastName string
strFirstName string
return System

GetADInformation() public method

public GetADInformation ( ) : bool
return bool

Property Details

Active public property

public bool Active
return bool

Found public property

public bool Found
return bool

SAMAccountName public property

public string SAMAccountName
return string

TelephoneNumber public property

public string TelephoneNumber
return string

company public property

public string company
return string

department public property

public string department
return string

displayName public property

public string displayName
return string

givenName public property

public string givenName
return string

mail public property

public string mail
return string

physicalDeliveryOfficeName public property

public string physicalDeliveryOfficeName
return string

sn public property

public string sn
return string

title public property

public string title
return string

userAccountControl public property

public string userAccountControl
return string