Compartir a través de


ApplicationHost.AppRecords Property

Gets or sets the application definitions as returned from the web service.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim value As List(Of ApplicationRecord)

value = Me.AppRecords

Me.AppRecords = value

Syntax

'Declaration
Protected Property AppRecords As List(Of ApplicationRecord)
protected List<ApplicationRecord> AppRecords { get; set; }
protected:
property List<ApplicationRecord^>^ AppRecords {
    List<ApplicationRecord^>^ get ();
    void set (List<ApplicationRecord^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected List<ApplicationRecord> get_AppRecords ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_AppRecords (List<ApplicationRecord> value)
CompilerGeneratedAttribute 
protected function get AppRecords () : List<ApplicationRecord>

CompilerGeneratedAttribute 
protected function set AppRecords (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

ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.