Initializes a new instance of the AgentAccount class
Namespace: TinCanAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
C# |
---|
public AgentAccount( Uri homePage, string name ) |
Visual Basic |
---|
Public Sub New ( homePage As Uri, name As String ) |
Visual C++ |
---|
public: AgentAccount( Uri^ homePage, String^ name ) |
F# |
---|
new : homePage : Uri * name : string -> AgentAccount |
Parameters
- homePage
- Type: System..::..Uri
[Missing <param name="homePage"/> documentation for "M:TinCan.AgentAccount.#ctor(System.Uri,System.String)"]
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:TinCan.AgentAccount.#ctor(System.Uri,System.String)"]