Udostępnij za pośrednictwem


UserProfile.NonApplicationRecordsNative Property

Gets or sets an array of non-hosted applications.

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 NonHostedApplicationRecord)

value = instance.NonApplicationRecordsNative

instance.NonApplicationRecordsNative = value

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property NonApplicationRecordsNative As List(Of NonHostedApplicationRecord)
[XmlIgnoreAttribute] 
public List<NonHostedApplicationRecord> NonApplicationRecordsNative { get; set; }
[XmlIgnoreAttribute] 
public:
property List<NonHostedApplicationRecord^>^ NonApplicationRecordsNative {
    List<NonHostedApplicationRecord^>^ get ();
    void set (List<NonHostedApplicationRecord^>^ value);
}
/** @property */
public List<NonHostedApplicationRecord> get_NonApplicationRecordsNative ()

/** @property */
public void set_NonApplicationRecordsNative (List<NonHostedApplicationRecord> value)
public function get NonApplicationRecordsNative () : List<NonHostedApplicationRecord>

public function set NonApplicationRecordsNative (value : List<NonHostedApplicationRecord>)

Property Value

Type: ListThe list of non-hosted applications.

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.