HostedWebApplication.AgentCreds Property
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.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWebApplication
Dim value As BindingList(Of String)
value = instance.AgentCreds
instance.AgentCreds = value
Syntax
'Declaration
Public Property AgentCreds As BindingList(Of String)
public BindingList<string> AgentCreds { get; protected set; }
public:
property BindingList<String^>^ AgentCreds {
BindingList<String^>^ get ();
protected: void set (BindingList<String^>^ value);
}
/** @property */
public BindingList<String> get_AgentCreds ()
/** @property */
protected void set_AgentCreds (BindingList<String> value)
public function get AgentCreds () : BindingList<String>
protected function set AgentCreds (value : BindingList<String>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
HostedWebApplication Class
HostedWebApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.