UserProfile.ApplicationRecords Property
Gets or sets an array of application records.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As UserProfile
Dim value As List(Of ApplicationRecord)
value = instance.ApplicationRecords
instance.ApplicationRecords = value
Syntax
'Declaration
Public Property ApplicationRecords As List(Of ApplicationRecord)
public List<ApplicationRecord> ApplicationRecords { get; set; }
public:
property List<ApplicationRecord^>^ ApplicationRecords {
List<ApplicationRecord^>^ get ();
void set (List<ApplicationRecord^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public List<ApplicationRecord> get_ApplicationRecords ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ApplicationRecords (List<ApplicationRecord> value)
CompilerGeneratedAttribute
public function get ApplicationRecords () : List<ApplicationRecord>
CompilerGeneratedAttribute
public function set ApplicationRecords (value : List<ApplicationRecord>)
Property Value
Type: List
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
UserProfile Class
UserProfile Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.