Share via


HostedWebApplication.AgentCreds Property

Definition

Get the agent credentials for this application Changed the return type to System.ComponentModel.BindingList in the process of Migrating Web Service to WCF service.

public:  property System::ComponentModel::BindingList<System::String ^> ^ AgentCreds {  public:
System::ComponentModel::BindingList<System::String ^> ^ get(); protected:
 void set(System::ComponentModel::BindingList<System::String ^> ^ value); };
public System.ComponentModel.BindingList<string> AgentCreds { get; protected set; }
member this.AgentCreds : System.ComponentModel.BindingList<string> with get, set
Public Property AgentCreds As BindingList(Of String)

Property Value

Applies to