Méthode | Description | |
---|---|---|
Account ( int index ) : |
Gets the PayPal.Account at the specified index.
|
|
Account ( string value ) : |
Gets the PayPal.Account for the specified value.
|
|
this ( int index ) : |
Index operator that looks up an PayPal.Account at the specified index.
|
|
this ( string name ) : |
Index operator that looks up an PayPal.Account for the specified name.
|
Méthode | Description | |
---|---|---|
CreateNewElement ( ) : |
Creates a new PayPal.Account.
|
|
GetElementKey ( |
Gets the API username for the specified ConfigurationElement.
|
public Account ( int index ) : |
||
index | int | Index of the |
Résultat |
public Account ( string value ) : |
||
value | string | The value of the |
Résultat |
protected CreateNewElement ( ) : |
||
Résultat |
protected GetElementKey ( |
||
element | The element to be used. | |
Résultat | object |