Gets or sets the profiles that describe characteristics of an application end user.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |