[Missing <summary> documentation for "P:TinCan.AgentAccount.homePage"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public Uri homePage { get; set; }
Visual Basic
Public Property homePage As Uri
	Get
	Set
Visual C++
public:
property Uri^ homePage {
	Uri^ get ();
	void set (Uri^ value);
}
F#
member homePage : Uri with get, set

Property Value

Type: Uri

See Also