[Missing <summary> documentation for "P:Caisis.Security.CustomPrincipal.UserProfile"]

Namespace: Caisis.Security
Assembly: Caisis.Security (in Caisis.Security.dll) Version: 3.5.4947.22627

Syntax

C#
public Hashtable UserProfile { get; set; }
Visual Basic
Public Property UserProfile As Hashtable
	Get
	Set
Visual C++
public:
property Hashtable^ UserProfile {
	Hashtable^ get ();
	void set (Hashtable^ value);
}

Property Value

Type: Hashtable

See Also