HostedWebApplication.AgentCreds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)