UserProfile.NonhostedAppRecs Property
Gets or sets the non-hosted 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 NonHostedApplrecordsSeralizable)
value = instance.NonhostedAppRecs
instance.NonhostedAppRecs = value
Syntax
'Declaration
<XmlElementAttribute("NonHostedApplicationRecord")> _
Public Property NonhostedAppRecs As List(Of NonHostedApplrecordsSeralizable)
[XmlElementAttribute("NonHostedApplicationRecord")]
public List<NonHostedApplrecordsSeralizable> NonhostedAppRecs { get; set; }
[XmlElementAttribute(L"NonHostedApplicationRecord")]
public:
property List<NonHostedApplrecordsSeralizable^>^ NonhostedAppRecs {
List<NonHostedApplrecordsSeralizable^>^ get ();
void set (List<NonHostedApplrecordsSeralizable^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public List<NonHostedApplrecordsSeralizable> get_NonhostedAppRecs ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_NonhostedAppRecs (List<NonHostedApplrecordsSeralizable> value)
CompilerGeneratedAttribute
public function get NonhostedAppRecs () : List<NonHostedApplrecordsSeralizable>
CompilerGeneratedAttribute
public function set NonhostedAppRecs (value : List<NonHostedApplrecordsSeralizable>)
Property Value
Type: ListThe list of non-hosted application records.
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.