C# Class Zetetic.Ldap.Attr

Show file Open project: skradel/Zetetic.Ldap Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Attr ( ) : System
Attr ( string name, List value ) : System
Attr ( string name, object value ) : System

Method Details

Attr() public method

public Attr ( ) : System
return System

Attr() public method

public Attr ( string name, List value ) : System
name string
value List
return System

Attr() public method

public Attr ( string name, object value ) : System
name string
value object
return System