Gets or sets the profiles that describe characteristics of an application end user.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Up")]
public UserProfileCollection UserProfiles { get; private set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Up")> _
Public Property UserProfiles As UserProfileCollection
Visual C++
[CommandParameterPropertyAttribute(Key = L"Up")]
public:
property UserProfileCollection^ UserProfiles {
	UserProfileCollection^ get ();
	void set (UserProfileCollection^ value);
}

See Also