NonHostedApplrecordsSeralizable Constructors
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.
Overloads
NonHostedApplrecordsSeralizable() |
Initializes a new instance of the NonHostedApplrecordsSeralizable class. |
NonHostedApplrecordsSeralizable(NonHostedApplicationRecord) |
Initializes a new instance of the NonHostedApplrecordsSeralizable class. |
NonHostedApplrecordsSeralizable()
Initializes a new instance of the NonHostedApplrecordsSeralizable class.
public:
NonHostedApplrecordsSeralizable();
public NonHostedApplrecordsSeralizable ();
Public Sub New ()
Applies to
NonHostedApplrecordsSeralizable(NonHostedApplicationRecord)
Initializes a new instance of the NonHostedApplrecordsSeralizable class.
public:
NonHostedApplrecordsSeralizable(Microsoft::Uii::Common::Entities::NonHostedApplicationRecord ^ rec);
public NonHostedApplrecordsSeralizable (Microsoft.Uii.Common.Entities.NonHostedApplicationRecord rec);
new Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.NonHostedApplrecordsSeralizable : Microsoft.Uii.Common.Entities.NonHostedApplicationRecord -> Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager.NonHostedApplrecordsSeralizable
Public Sub New (rec As NonHostedApplicationRecord)
Parameters
Specifies the non-hosted application records.