Share via


ApplicationRecord.Id Property

Gets or sets the ID.

Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As ApplicationRecord
Dim value As Guid

value = instance.Id

instance.Id = value

Syntax

'Declaration
Public Property Id As Guid
public Guid Id { get; set; }
public:
property Guid Id {
    Guid get ();
    void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Guid get_Id ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Id (Guid value)
CompilerGeneratedAttribute 
public function get Id () : Guid

CompilerGeneratedAttribute 
public function set Id (value : Guid)

Property Value

Type: Guid Hosted application ID.

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

ApplicationRecord Class
ApplicationRecord Members
Microsoft.Uii.Common.Entities Namespace

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