| Visual Basic (Declaration) | |
|---|---|
Public Event LocateCredentials() As LocateCredentialsEventHandler | |
| C# | |
|---|---|
public event LocateCredentialsEventHandler LocateCredentials() | |
The event handler receives an argument of type LocateCredentialsEventArgs containing data related to this event. The following LocateCredentialsEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DataSourceName | Gets the name of the data source to locate credentials for. |
| Password | Gets ot sets the password of the credentials to be located. |
| PromptText | Gets the text of prompt of the locate credentials request. |
| ReportPath | Gets the name of the report to locate credentials for. |
| UserName | Gets ot sets the user name of the credentials to be located. |