UserProfile.NonhostedAppRecs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the non-hosted application records.
public:
property System::Collections::Generic::List<Microsoft::Crm::UnifiedServiceDesk::CommonUtility::UserProfileManager::NonHostedApplrecordsSeralizable ^> ^ NonhostedAppRecs { System::Collections::Generic::List<Microsoft::Crm::UnifiedServiceDesk::CommonUtility::UserProfileManager::NonHostedApplrecordsSeralizable ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Crm::UnifiedServiceDesk::CommonUtility::UserProfileManager::NonHostedApplrecordsSeralizable ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.NonHostedApplrecordsSeralizable> NonhostedAppRecs { get; set; }
member this.NonhostedAppRecs : System.Collections.Generic.List<Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.NonHostedApplrecordsSeralizable> with get, set
Public Property NonhostedAppRecs As List(Of NonHostedApplrecordsSeralizable)
Property Value
The list of non-hosted application records.