Поделиться через


ActionRecord.Id Property

Gets or sets the action ID.

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

Usage

'Usage
Dim instance As ActionRecord
Dim value As Integer

value = instance.Id

instance.Id = value

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property Id As Integer
[XmlAttributeAttribute] 
public int Id { get; set; }
[XmlAttributeAttribute] 
public:
property int Id {
    int get ();
    void set (int value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public int get_Id ()

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

CompilerGeneratedAttribute 
public function set Id (value : int)

Property Value

Type : The action 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

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

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